mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2025-08-04 10:25:44 +07:00
16 lines
330 B
Desktop File
16 lines
330 B
Desktop File
[Unit]
|
|
Description=Unclutter, hide mouse cursor on idle
|
|
Documentation=man:unclutter(1)
|
|
PartOf=graphical-session.target
|
|
After=graphical-session.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/unclutter -display ${DISPLAY} -idle 2 -jitter 3 -grab -root
|
|
Restart=on-failure
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|
|
|