summarylogtreecommitdiffstats
path: root/xmousepasteblock.service
blob: 8f3e1729f5382a48bda7825c28112844ca2275ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=X daemon that listens for middle mouse click events and clears the primary X selection
After=gnome-session-initialized.target
PartOf=graphical-session.target

[Service]
Type=simple
ExecStart=/usr/bin/xmousepasteblock
Restart=always

[Install]
WantedBy=graphical-session.target