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 '';