From f4bfc944cf76f733fa5fe729883d8b8f9fa17a21 Mon Sep 17 00:00:00 2001
From: Jens Nolte <jens@nightmarestudio.de>
Date: Mon, 2 Mar 2020 22:50:10 +0100
Subject: [PATCH] Reload kanshi when reloading sway config

---
 home-profiles/desktop/.config/sway/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/home-profiles/desktop/.config/sway/config b/home-profiles/desktop/.config/sway/config
index 4b28052..4a0134d 100644
--- a/home-profiles/desktop/.config/sway/config
+++ b/home-profiles/desktop/.config/sway/config
@@ -62,7 +62,7 @@ output eDP-1 {
 output * bg $wallpaper fill
 
 # Run desktop daemons
-exec kanshi
+exec_always pkill kanshi; exec kanshi
 exec mako
 #exec CM_SELECTIONS=clipboard clipmenud
 #exec nm-applet --indicator
-- 
GitLab