15 lines
305 B
Desktop File
15 lines
305 B
Desktop File
[Unit]
|
|
Description=swww wallpaper daemon
|
|
After=default.target
|
|
PartOf=default.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStartPre=/usr/bin/sh -lc 'until [ -S "$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY" ]; do sleep 0.2; done'
|
|
ExecStart=/usr/bin/swww-daemon
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=default.target
|