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