dotfiles/.config/hypr/scripts/rofi/keybindings
2023-11-08 00:35:57 +01:00

4 lines
205 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)
kitty --class keyb-kitty keyb -k "$CONFIG"