update
This commit is contained in:
parent
e7b71de3d8
commit
1de9fe8a99
|
|
@ -0,0 +1 @@
|
|||
/dev/null
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue