From 9eac68602a62f17ea6fdfcc90fb5cda8ef03d83e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Dec 2017 13:22:01 +0100 Subject: Fix window switching key bindings --- sxhkd/sxhkdrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sxhkd') diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index b524c34..22ee544 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -15,13 +15,13 @@ super + Escape pkill -USR1 -x sxhkd # show panel -super + p +super + ctrl + p bspc config top_padding $PANEL_HEIGHT; \ xdotool search --name "Top Expanded Edge Panel" windowmap; \ xdotool search --name "Top Expanded Edge Panel" windowraise; # hide panel -super + shift + p +super + ctrl + shift + p xdotool search --name "Top Expanded Edge Panel" windowunmap; \ bspc config top_padding 0 @@ -95,12 +95,12 @@ super + {_,shift + }{Left,Down,Up,Right} bspc node -{f,s} {west,south,north,east} # focus the node for the given path jump -super + {p,b,comma,period} - bspc node -f @{parent,brother,first,second} +# super + {p,b,comma,period} +# bspc node -f @{parent,brother,first,second} -# focus the next/previous node -super + {_,shift + }c - bspc node -f {next,prev} +# focus the next/previous node in the active desktop +super + {n,p} + bspc node -f {next.active,prev.active} # focus the next/previous desktop super + bracket{left,right} -- cgit v1.2.1