From 8904e00414c689ce3b59b49ccdf1a2a87622d8ff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 25 Jul 2020 23:10:11 +0200 Subject: Make Super-n and Super-p work within the local desktop --- sxhkd/.config/sxhkd/sxhkdrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sxhkd/.config') diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 0624011..39b71a7 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -98,9 +98,9 @@ super + {_,shift + }{Left,Down,Up,Right} # super + {p,b,comma,period} # bspc node -f @{parent,brother,first,second} -# focus the next/previous node in the active desktop +# focus the next/previous node in the local desktop super + {n,p} - bspc node -f {next.active,prev.active} + bspc node -f {next.local,prev.local} # focus the next/previous desktop super + bracket{left,right} -- cgit v1.2.1