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