mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
14 lines
369 B
SYSTEMD
14 lines
369 B
SYSTEMD
|
[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]
|
||
|
After=graphical-session.target
|
||
|
Description=Clipboard management daemon
|
||
|
PartOf=graphical-session.target
|