Add keybindings for Mako
Need to be improved
This commit is contained in:
parent
19ff03b97f
commit
fa70f8cce9
1 changed files with 16 additions and 0 deletions
|
@ -48,3 +48,19 @@ mako_rules:
|
||||||
border-color: '#00000000'
|
border-color: '#00000000'
|
||||||
default-timeout: 10000
|
default-timeout: 10000
|
||||||
padding: 7
|
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"'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue