sxhkd: Prune unneeded bindings

Firefox finally gets Alt + Arrow Keys back!
Woo!
This commit is contained in:
Salt 2018-08-14 20:24:58 -05:00
parent cee4783883
commit 0c35fa7091

View File

@ -91,8 +91,6 @@ alt + ctrl + {x,y,z}
# focus the node in the given direction
alt + {_,shift + }{h,j,k,l}
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
alt + {a,b}
@ -151,7 +149,3 @@ super + alt + {h,j,k,l}
# contract a window by moving one of 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
alt + {Left,Down,Up,Right}
bspc node -v {-20 0,0 20,0 -20,20 0}