diff options
| author | 2026-07-12 02:22:55 -0700 | |
|---|---|---|
| committer | 2026-08-26 23:04:25 -0700 | |
| commit | 962b66d736163a0a2140342ea196ea7893776bae (patch) | |
| tree | 9f5ef32cb87ff05614a8695a1e2389218b78b548 /oni/home | |
| parent | 1bf5a869c5c5896fe75e796af7fcf9c70c53b6a0 (diff) | |
| download | new-dotfiles-962b66d736163a0a2140342ea196ea7893776bae.tar.gz new-dotfiles-962b66d736163a0a2140342ea196ea7893776bae.zip | |
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.
Diffstat (limited to 'oni/home')
| -rw-r--r-- | oni/home/services/guile-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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")))) |
