From 962b66d736163a0a2140342ea196ea7893776bae Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 12 Jul 2026 02:22:55 -0700 Subject: guile-swayer: Run kill from guile, not sway I can't figure out why, but I can't get the sway config to execute both the pkill and the guile commands. But by running it in Guile it still works. --- oni/home/services/guile-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oni') diff --git a/oni/home/services/guile-xyz.scm b/oni/home/services/guile-xyz.scm index 932ab61..3b72309 100644 --- a/oni/home/services/guile-xyz.scm +++ b/oni/home/services/guile-xyz.scm @@ -22,7 +22,7 @@ "config" "include /etc/sway/config.d/*\n" "\n" - "exec_always \"pkill -f '.*guile.*sway/init.scm'; guile /home/chelys/.config/sway/init.scm\"\n")) + "exec_always \"guile ~/.config/sway/init.scm\"\n")) ("sway/init.scm" ,(local-file "../../../sway/.config/sway/init.scm")))) -- cgit v1.3-2-g0d8e