9 lines
119 B
SYSTEMD
9 lines
119 B
SYSTEMD
|
[Unit]
|
||
|
Description=Unclutter: Hide the mouse while typing
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=unclutter
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=wm.target
|