mirror of
https://github.com/vale981/dotfiles
synced 2025-03-04 17:11:39 -05:00
allow resizing
This commit is contained in:
parent
60dcf7681b
commit
01262a8a04
1 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue