13 lines
240 B
Desktop File
13 lines
240 B
Desktop File
[Unit]
|
|
Description=Cliphist, a history keeper of wayland clipboard daemon
|
|
PartOf=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=wl-paste --watch cliphist store
|
|
Restart=always
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=sway-session.target
|
|
|