From 1966d656c130096dc4680a85b262566259777d7a Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Tue, 4 Apr 2023 19:14:51 -0500 Subject: [PATCH] Fixing expand/shrink windows in bspwm --- .config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 499bbb7..ee522d9 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -123,7 +123,7 @@ super + ctrl + shift + space # MOVE/RESIVE # shrink/expand ctrl + alt + h - bspc node -z {left -20 0} || bspc node -z {right -20 0} || + bspc node -z {left -20 0} || bspc node -z {right -20 0} ctrl + alt + j bspc node -z {bottom 0 20} || bspc node -z {top 0 20} ctrl + alt + k