From 807778fbb76461ccea6298ee4c28eac3802fdf9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Wed, 11 Mar 2026 14:38:29 +0100 Subject: [PATCH] chore(sway): pkill wob on sway start --- sway/config.d/80-autostart.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sway/config.d/80-autostart.conf b/sway/config.d/80-autostart.conf index 38113d5..73cf2d8 100644 --- a/sway/config.d/80-autostart.conf +++ b/sway/config.d/80-autostart.conf @@ -1,10 +1,7 @@ # daemon exec swayidle -w exec wlsunset -l 46.1 -L 14.5 -exec rm -f $wobs \ - && mkfifo $wobs \ - && tail -f $wobs \ - | wob +exec pkill -x wob; rm -f $wobs && mkfifo $wobs && tail -f $wobs | wob exec protonmail-bridge -n # traditional "start when os starts" programs