dotfiles/.config/hypr/scripts/rofi/keybindings
Sergio Laín d866f1b11b
♻️ refactor(hypr): changed all the rules code
now is easier to read and mantain
2023-11-08 23:56:38 +01:00

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'"