diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 63ffd9ea..014ab620 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -96,20 +96,4 @@ super + ctrl + {h,j,k,l,space} super + ctrl + {1-9} bspc node -o 0.{1-9} -# ====================== -# ======= Resize ======= -# ====================== - -# Expand a window (move its side outward) -super + alt + {h,j,k,l} - bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0} - -# Contract a window (move its side inward) -super + alt + shift + {h,j,k,l} - bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0} - -# Move a floating window -super + {Left,Down,Up,Right} - bspc node -v {-20 0,0 20,0 -20,20 0} - # vim:ft=sxhkdrc