This commit is contained in:
Ray Elliott 2026-02-27 13:40:33 +00:00
commit aa488ce40c
3 changed files with 27 additions and 0 deletions

13
user/swww.service Normal file
View file

@ -0,0 +1,13 @@
[Unit]
Description=swww wallpaper daemon
PartOf=graphical-session.target
After=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/swww-daemon
Restart=on-failure
RestartSec=1
[Install]
WantedBy=graphical-session.target