From 642e81ce832faa52161a128c8c06b5ed1bc62c4c Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Thu, 29 Dec 2022 09:31:50 +0100 Subject: bspwm: changed the shortcut for switching between workspaces --- 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 d745336..3b7ad45 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -81,7 +81,7 @@ super + {_,shift + }c bspc node -f {next,prev}.local # focus the next/previous desktop in the current monitor -super + bracket{left,right} +super + paren{left,right} bspc desktop -f {prev,next}.local # focus the last node/desktop -- cgit v1.2.3