mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-31 22:25:29 -04:00
feat: add toggletag and toggleview keybind
This commit is contained in:
parent
1267f594a6
commit
2082ef7581
2 changed files with 25 additions and 0 deletions
19
config.conf
19
config.conf
|
|
@ -213,6 +213,25 @@ bind=Alt,KP_7,tag,7
|
|||
bind=Alt,KP_8,tag,8
|
||||
bind=Alt,KP_9,tag,9
|
||||
|
||||
bind=Super,KP_1,toggletag,1
|
||||
bind=Super,KP_2,toggletag,2
|
||||
bind=Super,KP_3,toggletag,3
|
||||
bind=Super,KP_4,toggletag,4
|
||||
bind=Super,KP_5,toggletag,5
|
||||
bind=Super,KP_6,toggletag,6
|
||||
bind=Super,KP_7,toggletag,7
|
||||
bind=Super,KP_8,toggletag,8
|
||||
bind=Super,KP_9,toggletag,9
|
||||
|
||||
bind=Super+alt,KP_1,toggleview,1
|
||||
bind=Super+alt,KP_2,toggleview,2
|
||||
bind=Super+alt,KP_3,toggleview,3
|
||||
bind=Super+alt,KP_4,toggleview,4
|
||||
bind=Super+alt,KP_5,toggleview,5
|
||||
bind=Super+alt,KP_6,toggleview,6
|
||||
bind=Super+alt,KP_7,toggleview,7
|
||||
bind=Super+alt,KP_8,toggleview,8
|
||||
bind=Super+alt,KP_9,toggleview,9
|
||||
|
||||
# monitor switch
|
||||
bind=SUPER,bracketleft,focusmon,left
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue