aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sway/.config/systemd/user/clipman.service
blob: 47155c862f70f1ffc1a64ee6a1420e5a59fddfcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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