monakhos/ansible/templates/systemd/user/cliphist.service

12 lines
212 B
SYSTEMD
Raw Normal View History

2024-06-03 20:59:29 +00:00
[Unit]
Description=Cliphist, a history keeper of wayland clipboard daemon
PartOf=graphical-session.target
2024-06-03 20:59:29 +00:00
[Service]
Type=simple
ExecStart=wl-paste --watch cliphist store
2024-06-03 20:59:29 +00:00
[Install]
WantedBy=sway-session.target