This commit is contained in:
Ray Elliott 2026-03-30 15:52:27 +01:00
parent e7b71de3d8
commit 1de9fe8a99
2 changed files with 4 additions and 3 deletions

1
user/dunst.service Symbolic link
View File

@ -0,0 +1 @@
/dev/null

View File

@ -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 # starts only after Wayland session environment has been imported into
# systemd --user by mango startup. # systemd --user by mango startup.
[Unit] [Unit]
Description=swww wallpaper daemon Description=awww wallpaper daemon
PartOf=mango-session.target PartOf=mango-session.target
[Service] [Service]
@ -10,7 +10,7 @@ Type=simple
# Keep a small readiness gate to avoid connecting before the compositor socket # Keep a small readiness gate to avoid connecting before the compositor socket
# exists. With the target-based startup this should pass immediately. # 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' 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 Restart=on-failure
RestartSec=1 RestartSec=1