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


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

[Install]
WantedBy=default.target