allow resizing

This commit is contained in:
Valentin Boettcher 2021-05-16 09:42:32 +02:00
parent 60dcf7681b
commit 01262a8a04
No known key found for this signature in database
GPG key ID: C22D4DE4D7B32D19

View file

@ -144,13 +144,13 @@ super + ctrl + shift + space
# move/resize
#
# # expand a window by moving one of its side outward
# super + alt + {e,p,u,o}
# bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
# expand a window by moving one of its side outward
super + alt + {e,p,u,o}
bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}
# # contract a window by moving one of its side inward
# super + alt + shift + {e,p,u,o}
# bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
# contract a window by moving one of its side inward
super + alt + shift + {e,p,u,o}
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
# move a floating window
super + {Left,Down,Up,Right}