Преглед на файлове

fix regression because of new ansible version

systemd-xsession
Markus Katharina Brechtel преди 4 години
родител
ревизия
f2be29fc2b
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      templates/i3.config.j2

+ 2
- 2
templates/i3.config.j2 Целия файл

@@ -154,8 +154,8 @@ mode "remote" {

### Applications mode
mode "apps" {
{% for key, app in eralitex_applications.iteritems() %}
bindsym {{key}} exec {{app}}; mode "default"
{% for a in eralitex_applications | dict2items %}
bindsym {{a.key}} exec {{a.value}}; mode "default"
{% endfor %}
bindsym Escape mode "default"
}