diff options
Diffstat (limited to 'dot_config/systemd/user/swaybg-random.service')
-rw-r--r-- | dot_config/systemd/user/swaybg-random.service | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dot_config/systemd/user/swaybg-random.service b/dot_config/systemd/user/swaybg-random.service index 37cd49d..06d7c29 100644 --- a/dot_config/systemd/user/swaybg-random.service +++ b/dot_config/systemd/user/swaybg-random.service @@ -1,12 +1,11 @@ [Unit] -Description=randomize background +Description=Randomize Wayland background [Service] Type=exec Restart=always RuntimeMaxSec=1h - ExecStart=/home/rak/bin/swaybg-random [Install] -WantedBy=default.target +WantedBy=wayland-session.target |