1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00
dotfiles/systemd/user/parcellite.service
Joe Groocock 1272045e9a
systemd: replace autocutsel with parcellite
Signed-off-by: Joe Groocock <me@frebib.net>
2020-08-11 10:26:54 +01:00

12 lines
214 B
Desktop File

[Unit]
Description=Lightweight GTK+ clipboard manager
PartOf=graphical-session.target
Requires=xorg.target
After=xorg.target
[Service]
ExecStart=/usr/bin/parcellite -n
[Install]
WantedBy=graphical-session.target