From ad3fef79f8fabf17e3a824cb71362cc095c9c298 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 4 Aug 2022 11:35:28 +0530 Subject: sxhkd: use alt+tab to focus next/prev window in current desktop Signed-off-by: listout --- .config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/sxhkd/sxhkdrc') diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 5bf6a98..bc56e01 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -89,7 +89,7 @@ super + {p,b,comma,period} bspc node -f @{parent,brother,first,second} # focus the next/previous window in the current desktop -super + {_,shift + }c +alt + {_,shift + }Tab bspc node -f {next,prev}.local.!hidden.window # focus the next/previous desktop in the current monitor -- cgit v1.2.3