summaryrefslogtreecommitdiffstatshomepage
path: root/sway/.config/systemd/user/clipman.service
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-07-29 15:48:58 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-07-29 15:48:58 -0500
commit2b8bfc7143a38b693f5bb6f1b7d3ff4905e03613 (patch)
tree66c907cea6efea4b741a10f5251147f7100c2347 /sway/.config/systemd/user/clipman.service
parentcb897b5e22175749ce32cada54c8bb1175c3c9e5 (diff)
fix(sway): tweak sway services
Diffstat (limited to 'sway/.config/systemd/user/clipman.service')
-rw-r--r--sway/.config/systemd/user/clipman.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/.config/systemd/user/clipman.service b/sway/.config/systemd/user/clipman.service
index 5827ebf..47155c8 100644
--- a/sway/.config/systemd/user/clipman.service
+++ b/sway/.config/systemd/user/clipman.service
@@ -6,7 +6,7 @@ After=sway-session.target
[Service]
Type=simple
-ExecStart=/usr/bin/wl-paste --type text --watch clipman store --no-persist --unix
+ExecStart=/usr/bin/wl-paste --type text --watch clipman --notify store --no-persist --unix
Restart=on-failure
[Install]