sxhkd: Prune unneeded bindings
Firefox finally gets Alt + Arrow Keys back! Woo!
This commit is contained in:
parent
cee4783883
commit
0c35fa7091
@ -91,8 +91,6 @@ alt + ctrl + {x,y,z}
|
|||||||
# focus the node in the given direction
|
# focus the node in the given direction
|
||||||
alt + {_,shift + }{h,j,k,l}
|
alt + {_,shift + }{h,j,k,l}
|
||||||
bspc node -{f,s} {west,south,north,east}
|
bspc node -{f,s} {west,south,north,east}
|
||||||
alt + {_,shift + }{Left,Down,Up,Right}
|
|
||||||
bspc node -{f,s} {west,south,north,east}
|
|
||||||
|
|
||||||
# focus the node for the given path jump
|
# focus the node for the given path jump
|
||||||
alt + {a,b}
|
alt + {a,b}
|
||||||
@ -151,7 +149,3 @@ super + alt + {h,j,k,l}
|
|||||||
# contract a window by moving one of its side inward
|
# contract a window by moving one of its side inward
|
||||||
super + alt + shift + {h,j,k,l}
|
super + alt + shift + {h,j,k,l}
|
||||||
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
|
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
|
||||||
|
|
||||||
# move a floating window
|
|
||||||
alt + {Left,Down,Up,Right}
|
|
||||||
bspc node -v {-20 0,0 20,0 -20,20 0}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user