Avoid validation problem fot keybinding file

This commit is contained in:
Yorick Barbanneau 2022-11-19 17:13:13 +01:00
parent 3c82bbce9a
commit 3a4df1d28a
4 changed files with 37 additions and 14 deletions

View file

@ -1,8 +1,9 @@
set $mod Mod4
set $left h
set $down j
set $up k
set $right l
# Keys variables
{% if sway_keys_variables %}
{% for v in sway_keys_variables %}
set {{ v.name }} {{ v.value}}
{% endfor %}
{% endif %}
# Dynamic workspace keybindings
{% for k,v in sway_workspaces.items() %}