From a01d19232259bc5add20bd9242b9a2857efdf236 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 27 Oct 2020 18:47:04 +0100 Subject: Fix bspwm next and previous keybindings --- sxhkd/.config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sxhkd') diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 5a1cbf3..63ca046 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -99,7 +99,7 @@ super + {_,shift + }{Left,Down,Up,Right} # focus the next/previous node in the local desktop super + {n,p} - bspc node -f {next.local,prev.local} + bspc node -f {next,prev}.local.!hidden.window # focus the next/previous desktop super + bracket{left,right} -- cgit v1.2.1