13 lines
227 B
SYSTEMD
13 lines
227 B
SYSTEMD
|
[Unit]
|
||
|
Description=Cliphist to keep history of clipboard (wayland only)
|
||
|
BindsTo=sway-session.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart={{ dots }}/.dots/scripts/wayland/cliphist_daemon.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sway-session.target
|
||
|
|
||
|
|