diff options
Diffstat (limited to 'dot_config/systemd/user/swaybg-random.service')
-rw-r--r-- | dot_config/systemd/user/swaybg-random.service | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dot_config/systemd/user/swaybg-random.service b/dot_config/systemd/user/swaybg-random.service index 37cd49d..81df562 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 +ExecStart=swaybg-random [Install] -WantedBy=default.target +WantedBy=wayland-session.target |