From 0c35fa7091c5e9ed0f08bce539e74a2a564cb64c Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 14 Aug 2018 20:24:58 -0500 Subject: [PATCH] sxhkd: Prune unneeded bindings Firefox finally gets Alt + Arrow Keys back! Woo! --- .config/sxhkd/sxhkdrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 4a8ead28..84a19aaa 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -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}