automatrop: Various fixes
This commit is contained in:
parent
a801c86563
commit
e4502a30c5
7 changed files with 10 additions and 7 deletions
|
@ -149,7 +149,7 @@ set $WS9 9
|
|||
set $WS10 10
|
||||
|
||||
# Workspace output
|
||||
{% set screens = ["HDMI-0", "eDP-1-1"] %}
|
||||
{% set screens = x11_screens | default(['DEFAULT']) %}
|
||||
{% for i in range(1, 11) %}
|
||||
workspace "$WS{{ i }}" output {{ screens[(i - 1) % (screens | length)] }}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue