aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/autocutsel.service
blob: 82e822b91250414e505b38d8d84c15cd717d7d19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Keep the X clipboard and the cutbuffer in sync

[Service]
Type=forking
RestartSec=3s
Restart=always
SyslogIdentifier=autocutsel
ExecStartPre=/usr/bin/env autocutsel -f -s PRIMARY
ExecStart=/usr/bin/env autocutsel -f -s CLIPBOARD

[Install]
WantedBy=default.target