aboutsummaryrefslogtreecommitdiffstats
path: root/sxhkd
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-10-07 11:36:35 +0100
committerYann Herklotz <git@yannherklotz.com>2021-10-07 11:36:35 +0100
commitcecca6bf04bca8b1176d0c9fc7991b304e27ba32 (patch)
treeb42f40de0d8b7485ba66ffa201b3337dbc668ca0 /sxhkd
parent1ab4b0a8d9ff37e90d2e8c3bdf0f55b3d1dce8b9 (diff)
downloaddotfiles-cecca6bf04bca8b1176d0c9fc7991b304e27ba32.tar.gz
dotfiles-cecca6bf04bca8b1176d0c9fc7991b304e27ba32.zip
Fix key bindings
Diffstat (limited to 'sxhkd')
-rw-r--r--sxhkd/sxhkdrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
index 11e6853..78e64e9 100644
--- a/sxhkd/sxhkdrc
+++ b/sxhkd/sxhkdrc
@@ -59,8 +59,8 @@ super + {_,shift + }{n,e,u,i}
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}
+ bspc node -f @{parent,brother}
# focus the next/previous node in the current desktop
super + {_,shift + }c
@@ -87,6 +87,9 @@ super + {_,shift + }{1-9,0}
super + alt + {_,shift + }{1-9,0}
bspc {desktop -f,node -d} '{11,12,13,14,15,16,17,18,19,20}'
+super + {comma,period}
+ bspc monitor --focus {prev,next}
+
#
# preselect
#