mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
11 lines
187 B
SYSTEMD
11 lines
187 B
SYSTEMD
|
[Unit]
|
||
|
Description=autocutsel -selection primary
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/autocutsel -selection PRIMARY
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=graphical-session.target
|
||
|
|