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-02-23 15:03:10 -0500
committerMohammad Reza Karimi <m.r.karimi.j@gmail.com>2026-02-23 15:03:10 -0500
commit36a274dbc066068ff25b839e21ce3b82ec292c88 (patch)
tree7e3de8bafab79cfa86c93f467413b8f43273a8a5 /wayland-basics/dot-config/systemd/user/wl-clip-persist.service
parentb29aab34dff6b76fd8eb067d51d2fe41be594616 (diff)
big updatesHEADmain
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.service13
1 files changed, 0 insertions, 13 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
deleted file mode 100644
index 57c6a6c..0000000
--- a/wayland-basics/dot-config/systemd/user/wl-clip-persist.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Clipboard history manager for wayland
-Documentation=https://github.com/Linus789/wl-clip-persist
-After=graphical-session.target
-PartOf=graphical-session.target
-
-[Service]
-Type=exec
-ExecStart=/usr/bin/wl-clip-persist --clipboard regular --disable-timestamps
-Restart=on-failure
-
-[Install]
-WantedBy=graphical-session.target