Add keybinding for sway WM
This commit is contained in:
parent
0d1912fec1
commit
05c74dd3ba
3 changed files with 30 additions and 0 deletions
13
templates/51-mako_keybindings.config.j2
Normal file
13
templates/51-mako_keybindings.config.j2
Normal file
|
@ -0,0 +1,13 @@
|
|||
{% for section in mako_keybindings %}
|
||||
{% if section.mode != "normal" %}
|
||||
mode {{ section.mode }} {
|
||||
{% endif %}
|
||||
|
||||
{% for bind in section.bindings %}
|
||||
bindsym {{ bind.bindsym }} {{ bind.action}}
|
||||
{% endfor %}
|
||||
|
||||
{% if section.mode != "normal" %}
|
||||
}
|
||||
{% endif %}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue