parsifal/unclutter.service

11 lines
156 B
SYSTEMD
Raw Normal View History

2024-09-18 22:57:02 +02:00
[Unit]
Description=Unclutter
After=graphical.target
[Service]
ExecStart=/usr/bin/unclutter -idle 1 -root
Restart=always
[Install]
WantedBy=default.target