SXHKD: rofi-rbw bindings
This commit is contained in:
parent
3f4dbf3d9c
commit
73bfa28630
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue