diff --git a/templates/config.j2 b/templates/config.j2 index ae70bef..e83d279 100644 --- a/templates/config.j2 +++ b/templates/config.j2 @@ -17,7 +17,7 @@ bindsym $mod+Shift+Return exec $term -e tmux # kill focused window bindsym $mod+Shift+q kill -{% if ansible_os_family == 'Redhat' %} +{% if ansible_distribution == 'Redhat' or ansible_distribution == 'Fedora' %} # bindsym $mod+d exec dmenu_run (a program launcher) bindsym $mod+d exec dmenu_run {% else %}bindsym $mod+d exec rofi -show run diff --git a/vars/main.yml b/vars/main.yml index 123185a..d675e11 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -2,34 +2,34 @@ __i3_workspaces: - workspace: id: 1 - name: "01: " + name: " 1 " - workspace: id: 2 - name: "02: " + name: " 2 " - workspace: id: 3 - name: "03: " + name: " 3 " - workspace: id: 4 - name: "04: " + name: " 4 " - workspace: id: 5 - name: "05: " + name: " 5 " - workspace: id: 6 - name: "06: " + name: " 6 " - workspace: id: 7 - name: "07: " + name: " 7 " - workspace: id: 8 - name: "08: " + name: " 8 " - workspace: id: 9 - name: "09: " + name: " 9 " - workspace: id: 0 - name: "10: " + name: " 0 " __i3_keybindings: - keybinding: