forked from extern/nix-config
sxhkd: Remove resize keybinds
I don't think I've ever used these keybinds after I learned about holding the left mouse button to move windows and holding the right mouse button to resize them. If you don't have access to a mouse, you probably don't need to resize windows anyway, and certainly not float them. tmux is still an option, and the preselect ratio option of bspc is still there. Ultimately, since sxhkd just runs shell commands, you can resize windows through a terminal or shell script as well.
This commit is contained in:
parent
9595c8093d
commit
b4b86215b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user