1
0
Fork 0
mirror of https://github.com/ItsDrike/dotfiles.git synced 2025-05-13 10:48:36 +00:00
dotfiles/home/.config/systemd/user/clipman.service

10 lines
227 B
Desktop File

[Unit]
Description="Clipboard clipboard manager"
PartOf=graphical-session.target
[Service]
ExecStart=/usr/bin/wl-paste -t text --watch /usr/bin/clipman store --no-persist
Restart=on-failure
[Install]
WantedBy=wm-ready.target