Victor O. Alvarez
Stream of Letters

Follow

Stream of Letters

Follow

Configure Unclutter on Debian 11 Linux

Victor O. Alvarez's photo
Victor O. Alvarez
·Oct 9, 2022·

1 min read

Unclutter its a program which helps you hide the cursor after a set time of no mouse activity.

This time amount can be configured on your system by editing this file:

/etc/default/unclutter

and changing the line:

EXTRA_OPTS="-idle 1 -root"

to a higher number, like 5 or 6:

EXTRA_OPTS="-idle 6 -root"

This will make Unclutter wait for 6 seconds before hiding the cursor from view.

Ubuntu Forum Thread - Hiding mouse after being few seconds idle on X display

 
Share this