2022-08-27 20:52:41 +02:00
|
|
|
[Install]
|
|
|
|
WantedBy=sway-session.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecReload=/nix/store/00000000000000000000000000000000-coreutils/bin/kill -SIGUSR2 $MAINPID
|
|
|
|
ExecStart=@wl-clipboard@/bin/wl-paste -t text --watch @clipman@/bin/clipman store
|
|
|
|
KillMode=mixed
|
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
[Unit]
|
2024-12-31 11:16:58 +01:00
|
|
|
After=sway-session.target
|
|
|
|
ConditionEnvironment=WAYLAND_DISPLAY
|
2022-08-27 20:52:41 +02:00
|
|
|
Description=Clipboard management daemon
|
2024-12-31 11:16:58 +01:00
|
|
|
PartOf=sway-session.target
|