mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
11 lines
214 B
SYSTEMD
11 lines
214 B
SYSTEMD
|
[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
|