diff options
Diffstat (limited to 'wayland-basics/dot-config/systemd/user/wl-clip-persist.service')
| -rw-r--r-- | wayland-basics/dot-config/systemd/user/wl-clip-persist.service | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wayland-basics/dot-config/systemd/user/wl-clip-persist.service b/wayland-basics/dot-config/systemd/user/wl-clip-persist.service index f0f55a6..57c6a6c 100644 --- a/wayland-basics/dot-config/systemd/user/wl-clip-persist.service +++ b/wayland-basics/dot-config/systemd/user/wl-clip-persist.service @@ -1,14 +1,13 @@ [Unit] -PartOf=graphical-session.target Description=Clipboard history manager for wayland +Documentation=https://github.com/Linus789/wl-clip-persist After=graphical-session.target -Requisite=graphical-session.target +PartOf=graphical-session.target [Service] Type=exec ExecStart=/usr/bin/wl-clip-persist --clipboard regular --disable-timestamps Restart=on-failure -Slice=background-graphical.slice [Install] WantedBy=graphical-session.target |
