dotfiles/home/.config/systemd/user/clipman.service
Marko Korhonen b1335a3628 Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2019-10-26 20:05:31 +03:00

11 lines
183 B
Desktop File

[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