dotfiles/home/.config/systemd/user/clipman.service

11 lines
214 B
SYSTEMD
Raw Normal View History

2023-02-02 18:16:36 +00:00
[Unit]
Description="Clipboard clipboard manager"
PartOf=graphical-session.target
[Service]
ExecStart=/usr/bin/wl-paste -t text --watch /usr/bin/clipman store
Restart=on-failure
[Install]
WantedBy=wm-ready.target