diff --git a/roles/sway/templates/config.j2 b/roles/sway/templates/config.j2 index 836efdc..a3083c5 100644 --- a/roles/sway/templates/config.j2 +++ b/roles/sway/templates/config.j2 @@ -195,7 +195,7 @@ bindsym $mod+Next move workspace to output right # irc client {% if ansible_distribution == "Archlinux" %} -{% set senpai_bin = "senpai-irc" %} +{% set senpai_bin = "senpai" %} {% else %} {% set senpai_bin = "senpai" %} {% endif %}