diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2022-12-29 09:31:50 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-12-29 09:33:13 +0100 |
commit | 642e81ce832faa52161a128c8c06b5ed1bc62c4c (patch) | |
tree | 35348236159fc19831a88e3b144793bcd722b578 /sxhkd | |
parent | e25dd4b9db3f1aeea2e32782b772d749b8c3ad30 (diff) |
bspwm: changed the shortcut for switching between workspaces
Diffstat (limited to 'sxhkd')
-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 |