From 5a5066b36c10bd2419900e3f97680708f1042928 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Mon, 10 Apr 2023 01:25:05 -0700 Subject: [PATCH] :sparkles: Added shortcut to switch windows in bspwm --- .config/sxhkd/sxhkdrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index abc25913..5a570d61 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -209,3 +209,7 @@ super + Tab pamixer --increase 5 super + BackSpace pamixer --decrease 5 + +# Switch focus between the windows of the current desktop +super + {_,shift + } Tab + bspc node -f {next,prev}.local