dotfiles/home/.config/systemd/user/clipman.service
Marko Korhonen 2c3d93ebee Move Sway to systemd
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2020-01-10 15:35:07 +02:00

11 lines
211 B
Desktop File

[Unit]
Description=A simple clipboard manager for Wayland
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/wl-paste -t text --watch clipman store
[Install]
WantedBy=sway-session.target