Variable name correction in workspace template
This commit is contained in:
parent
4cc219cec0
commit
c1a6ca5421
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set $ws{{ k }} {{ v }}
|
|||
{% endfor %}
|
||||
|
||||
{% 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 }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue