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

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

[Install]
WantedBy=default.target