Add keybindings for Mako

Need to be improved
This commit is contained in:
Yorick Barbanneau 2023-04-15 01:46:00 +02:00
parent 19ff03b97f
commit fa70f8cce9

View file

@ -48,3 +48,19 @@ mako_rules:
border-color: '#00000000'
default-timeout: 10000
padding: 7
mako_keybindings:
- mode: 'normal'
bindings:
- bindsym: '$mod+n'
action: 'exec makoctl dismiss'
- bindsym: '$mod+shift+n'
action: 'exec makoctl dismiss -a'
- bindsym: '$mod+alt+n'
action: mode notification
- mode: 'notification'
bindings:
- bindsym: 'r'
action: 'exec makoctl restore'
- bindsym: Escape
action: 'mode "default"'