fix rofimoji in sxhkd

This commit is contained in:
Filippo Berto 2023-02-04 16:50:51 +01:00
parent f11bd2a01a
commit c3d4c75e94
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -82,7 +82,7 @@
"super + {_,shift + } c" = "bspc node -f {next,prev}.local";
"super + {_,shift + } @space" = "rofi -show {drun,run}";
"super + shift + ctrl + d" = "rofi -show ssh";
"super + shift + e" = emojiChooser;
"super + alt + e" = emojiChooser;
"super + shift + {h,j,k,l}" = ''
dir={west,south,north,east}; bspc node -s "$dir.local" --follow || bspc node -m "$dir" --follow
'';