added functionality to toggle horizontal/vertical orientation of windows in bspwm
This commit is contained in:
parent
1f6c6949d3
commit
ea111142aa
1 changed files with 4 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue