From 1de9fe8a9952043749d22374d6671f5d034fa02e Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 30 Mar 2026 15:52:27 +0100 Subject: [PATCH] update --- user/dunst.service | 1 + user/swww.service | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 120000 user/dunst.service diff --git a/user/dunst.service b/user/dunst.service new file mode 120000 index 0000000..dc1dc0c --- /dev/null +++ b/user/dunst.service @@ -0,0 +1 @@ +/dev/null \ No newline at end of file diff --git a/user/swww.service b/user/swww.service index fc18410..59bdd7e 100644 --- a/user/swww.service +++ b/user/swww.service @@ -1,8 +1,8 @@ -# swww is attached to mango-session.target instead of default.target so it +# awww is attached to mango-session.target instead of default.target so it # starts only after Wayland session environment has been imported into # systemd --user by mango startup. [Unit] -Description=swww wallpaper daemon +Description=awww wallpaper daemon PartOf=mango-session.target [Service] @@ -10,7 +10,7 @@ Type=simple # Keep a small readiness gate to avoid connecting before the compositor socket # exists. With the target-based startup this should pass immediately. ExecStartPre=/usr/bin/sh -c 'until [ -n "$WAYLAND_DISPLAY" ] && [ -S "$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY" ]; do sleep 0.2; done' -ExecStart=/usr/bin/swww-daemon +ExecStart=/usr/bin/awww-daemon Restart=on-failure RestartSec=1