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

[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