summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sxhkd/sxhkdrc14
1 files changed, 7 insertions, 7 deletions
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}