mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
11 lines
183 B
SYSTEMD
11 lines
183 B
SYSTEMD
|
[Unit]
|
||
|
Description=A simple clipboard manager for Wayland
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/clipman -d
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sway-session.target
|