blob: 81df5629f67f5900296eb59b29d93d8db2312c47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Randomize Wayland background
[Service]
Type=exec
Restart=always
RuntimeMaxSec=1h
ExecStart=swaybg-random
[Install]
WantedBy=wayland-session.target
|