aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wayland
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-02-08 13:26:08 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-02-08 13:27:56 -0600
commit57760756db69e19cfabbac87e1ffd789a523ba07 (patch)
tree5be687ef523af8984f615e3dddad7ecd8f0ff1cf /wayland
parent186793251ca0ca0f1e037d4297bae4fe1a76fbf8 (diff)
feat(cliphist): move from clipman to cliphist
Diffstat (limited to 'wayland')
-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