From cecca6bf04bca8b1176d0c9fc7991b304e27ba32 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 7 Oct 2021 11:36:35 +0100 Subject: Fix key bindings --- sxhkd/sxhkdrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sxhkd') 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 # -- cgit