aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wayland/.config/systemd/user/clipman.service
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/.config/systemd/user/clipman.service')
-rw-r--r--wayland/.config/systemd/user/clipman.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/wayland/.config/systemd/user/clipman.service b/wayland/.config/systemd/user/clipman.service
deleted file mode 100644
index 5008c39..0000000
--- a/wayland/.config/systemd/user/clipman.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=A simple clipboard manager for Wayland
-Documentation=man:clipman(1)
-PartOf=wayland-session.target
-After=wayland-session.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/wl-paste --type text --watch clipman --notify store --no-persist --unix
-Restart=on-failure
-
-[Install]
-WantedBy=wayland-session.target