added functionality to toggle horizontal/vertical orientation of windows in bspwm

This commit is contained in:
tomit4 2022-05-25 07:26:31 -07:00
parent 1f6c6949d3
commit ea111142aa

View file

@ -42,6 +42,10 @@ super + {1-9,0}
super + shift + {1-9,0}
id=$(bspc query -N -n); bspc node -d ^{1-9,10}
# change current window to toggle horizontal/vertical split
super + shift + h
bspc node @parent -R 90
# expand a window by moving one of its side outward
ctrl shift + {Left,Down,Up,Right}
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}