From b31d417ff1f7752c1a8b8bf64a81338c4306f466 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 23 Aug 2022 20:02:06 +0200 Subject: [PATCH] Better bsp-layout key bindings --- 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 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}'";