blob: 06d7c29fa9fc3feb60e830393c534d56718ed797 (
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=/home/rak/bin/swaybg-random
[Install]
WantedBy=wayland-session.target
|