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

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

[Install]
WantedBy=default.target