Variable name correction in workspace template

This commit is contained in:
Yorick Barbanneau 2022-11-18 23:22:12 +01:00
parent 4cc219cec0
commit c1a6ca5421

View file

@ -3,7 +3,7 @@ set $ws{{ k }} {{ v }}
{% endfor %} {% endfor %}
{% if sway_rules is defined %} {% if sway_rules is defined %}
{% for i in rules %} {% for i in sway_rules %}
{{ i.verb }} {{ i.query }} {% if i.verb == 'assign' %}$ws{% endif %}{{ i.action }} {{ i.verb }} {{ i.query }} {% if i.verb == 'assign' %}$ws{% endif %}{{ i.action }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}