services.unclutter.enable
Whether to enable unclutter.
Type: boolean
Default:
false
Example:
true
Declared by:
services.unclutter.package
The unclutter-xfixes package to use.
Type: package
Default:
pkgs.unclutter-xfixes
Declared by:
services.unclutter.extraOptions
More arguments to pass to the unclutter command.
Type: list of string
Default:
[ ]
Example:
[
"exclude-root"
"ignore-scrolling"
]
Declared by:
services.unclutter.threshold
Minimum number of pixels considered cursor movement.
Type: signed integer
Default:
1
Declared by:
services.unclutter.timeout
Number of seconds before the cursor is marked inactive.
Type: signed integer
Default:
1
Declared by: