diff options
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |