First commit
This commit is contained in:
commit
c2387aff03
14 changed files with 433 additions and 0 deletions
9
templates/output.config.j2
Normal file
9
templates/output.config.j2
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% if sway_outputs %}
|
||||
{% for output in sway_outputs %}
|
||||
output {{ output.name ~ " " }}
|
||||
{%- for option in output.options %}
|
||||
{{ option.option }} {{ option.value }}
|
||||
{% endfor %}
|
||||
|
||||
{% endfor %}
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue