aboutsummaryrefslogtreecommitdiff
path: root/wayland-basics/dot-config/systemd/user/wl-clip-persist.service
diff options
context:
space:
mode:
authorMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-01-09 17:34:31 -0500
committerMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-01-09 17:34:31 -0500
commit5e83a094476f28eb77508c8b470efe3dfd56de83 (patch)
treef0f39b694fcad8e408c2a41f3d3240dfce44c504 /wayland-basics/dot-config/systemd/user/wl-clip-persist.service
parent6c17d2c74ea4daeb9dbf2c2b7aafeb86111b7f65 (diff)
some big changes
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.service5
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