From 32b8c200863dd317957020564ac91063320b212c Mon Sep 17 00:00:00 2001 From: eoli3n Date: Thu, 29 Sep 2022 10:59:23 +0200 Subject: [PATCH] from senpai-irc-git package to senpai-irc --- roles/sway/templates/config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}