From c3d4c75e943a5e0f4a3869aa76e476a99c00495e Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 4 Feb 2023 16:50:51 +0100 Subject: [PATCH] fix rofimoji in sxhkd --- hm_modules/sxhkd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm_modules/sxhkd.nix b/hm_modules/sxhkd.nix index e408067..44d9919 100644 --- a/hm_modules/sxhkd.nix +++ b/hm_modules/sxhkd.nix @@ -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 '';