From cc4f727621b1b066d5106bff69dff5da326525f2 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 24 Feb 2022 23:44:58 +0530 Subject: focus on local nodes with super+tab --- .config/sxhkd/sxhkdrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 5e99006..acf3fce 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -96,9 +96,9 @@ super + {_,shift + }c super + bracket{left,right} bspc desktop -f {prev,next}.local -# focus the last node/desktop -super + {grave,Tab} - bspc {node,desktop} -f last +# Focus the next/previous node in the current desktop: +super + Tab + bspc node -f {next,prev}.local # focus the older or newer node in the focus history super + {o,i} -- cgit v1.2.3