mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Use brackets, not braces for cycling monitors
This commit is contained in:
parent
4fccf5d569
commit
d329f9a4dc
|
@ -245,8 +245,8 @@ bind = SUPER, bracketleft, workspace, m-1
|
|||
bind = SUPER, bracketright, workspace, m+1
|
||||
|
||||
# Cycle monitors
|
||||
bind = SUPER_SHIFT, braceleft, focusmonitor, l
|
||||
bind = SUPER_SHIFT, braceright, focusmonitor, r
|
||||
bind = SUPER_SHIFT, bracketleft, focusmonitor, l
|
||||
bind = SUPER_SHIFT, bracketright, focusmonitor, r
|
||||
|
||||
# Special workspace
|
||||
bind = ALT, grave, movetoworkspace, special
|
||||
|
|
Loading…
Reference in a new issue