aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/unclutter.service
blob: 03313f0e2a0d9feef7fe4d36b78b24220c86d239 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Hide mouse on idle
StartLimitBurst=5
StartLimitIntervalSec=600

[Service]
Type=simple
RestartSec=3
Restart=always
SyslogIdentifier=unclutter
ExecStart=/usr/bin/env unclutter -idle 1

[Install]
WantedBy=default.target