First commit
This commit is contained in:
commit
c2387aff03
14 changed files with 433 additions and 0 deletions
9
templates/workspaces.config.j2
Normal file
9
templates/workspaces.config.j2
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% for k,v in sway_workspaces.items() %}
|
||||
set $ws{{ k }} {{ v }}
|
||||
{% endfor %}
|
||||
|
||||
{% if sway_rules is defined %}
|
||||
{% for i in 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