diff --git a/hm_modules/sxhkd.nix b/hm_modules/sxhkd.nix index 59bef95..cbc2778 100644 --- a/hm_modules/sxhkd.nix +++ b/hm_modules/sxhkd.nix @@ -45,7 +45,7 @@ "super + {h,j,k,l}" = "dir={west,south,north,east}; bspc node -f $dir || bspc monitor -f $dir"; "super + {Left,Down,Up,Right}" = "bspc node -v {-20 0,0 20,0 -20,20 0}"; "super + m" = "bspc desktop -l next"; - "super + n" = "bsp-layout next"; + "super + n {_, + shift}" = "bsp-layout {next, previous}"; "super + {o,i}" = "bspc wm -h off;bspc node {older,newer} -f;bspc wm -h on"; "super + {p,b,comma,period}" = "bspc node -f @{parent,brother,first,second}"; "super + {_,shift + }{1-9,0}" = "bspc {desktop -f,node -d} 'focused:^{1-9,10}'";