aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wayland/.config/systemd/user/clipman.service
blob: 5008c39258b2d3638a67f236f3ca498d99e86917 (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=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