Order sway configuration file
This commit is contained in:
parent
b745ea72f1
commit
50c485a8cf
6 changed files with 69 additions and 5 deletions
9
templates/10-input.config.j2
Normal file
9
templates/10-input.config.j2
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% if sway_inputs is defined %}
|
||||
{% for input in sway_inputs %}
|
||||
input {{ input.name }} {
|
||||
{% for option in input.options %}
|
||||
{{ option.option }} {{ option.value }}
|
||||
{% endfor %}
|
||||
}
|
||||
{% endfor %}
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue