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, 13 insertions, 0 deletions
diff --git a/wayland/.config/systemd/user/clipman.service b/wayland/.config/systemd/user/clipman.service
new file mode 100644
index 0000000..5008c39
--- /dev/null
+++ b/wayland/.config/systemd/user/clipman.service
@@ -0,0 +1,13 @@
+[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