5 lines
209 B
Bash
Executable file
5 lines
209 B
Bash
Executable file
#!/usr/bin/bash
|
|
|
|
CONFIG=$(fd --base-directory "$HOME/.config/keyb/bindings" --type f . | rofi -dmenu)
|
|
|
|
hyprctl dispatch exec "[float;size 45% 80%;center 1] kitty keyb -k '$HOME/.config/keyb/bindings/$CONFIG'"
|