SXHKD: rofi-rbw bindings

This commit is contained in:
Filippo Berto 2023-06-05 12:06:43 +02:00
parent 3f4dbf3d9c
commit 73bfa28630
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -18,6 +18,7 @@
fileManager = "nemo";
secondaryFileManager = "nautilus";
emojiChooser = "rofimoji --skin-tone light -a copy";
passwordChoser = "rofi-rbw";
yad = "${pkgs.yad}/bin/yad";
notify = "${pkgs.libnotify}/bin/notify-send";
pamixer = "${pkgs.pamixer}/bin/pamixer";
@ -86,6 +87,7 @@
"super + {_,shift + } space" = "rofi -show {drun,run}";
"super + shift + ctrl + d" = "rofi -show ssh";
"super + alt + e" = emojiChooser;
"super + alt + i" = passwordChoser;
"super + shift + {h,j,k,l}" = ''
dir={west,south,north,east}; bspc node -s "$dir.local" --follow || bspc node -m "$dir" --follow
'';