5 lines
239 B
Bash
Executable file
5 lines
239 B
Bash
Executable file
#!/usr/bin/bash
|
|
CONFIG=$(rofi -show file-browser-extended -theme ~/.config/rofi/style.rasi -file-browser-stdout -file-browser-dir "$HOME"/.config/keyb/bindings)
|
|
|
|
hyprctl dispatch exec "[float;center;size 35% 80%] kitty keyb -k '$CONFIG'"
|
|
|