Emoji chooser sxhkd

This commit is contained in:
Filippo Berto 2022-06-18 11:25:33 +02:00
parent cfc1259326
commit 0d6d765332
2 changed files with 3 additions and 1 deletions

View file

@ -15,6 +15,7 @@
primaryTerminal = "kitty"; primaryTerminal = "kitty";
secondaryTerminal = "terminator"; secondaryTerminal = "terminator";
fileManager = "thunar"; fileManager = "thunar";
emojiChooser = "rofimoji --skin-tone light -a copy";
in in
{ {
enable = true; enable = true;
@ -32,6 +33,7 @@
"super + ctrl + shift + space" = "bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel"; "super + ctrl + shift + space" = "bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel";
"super + ctrl + space" = "bspc node -p cancel"; "super + ctrl + space" = "bspc node -p cancel";
"super + e" = fileManager; "super + e" = fileManager;
"super + shift + e" = emojiChooser;
"super + Escape" = "pkill -USR1 -x sxhkd"; "super + Escape" = "pkill -USR1 -x sxhkd";
"super + g" = "bspc node -s biggest"; "super + g" = "bspc node -s biggest";
"super + {grave,Tab}" = "bspc {node,desktop} -f last"; "super + {grave,Tab}" = "bspc {node,desktop} -f last";