Unclutter xfixes
services.unclutter-xfixes.enable
Enable unclutter-xfixes to hide your mouse cursor when inactive.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/unclutter-xfixes.nix
services.unclutter-xfixes.extraOptions
More arguments to pass to the unclutter-xfixes command.
Type: list of string
Default
[ ]
Example
["exclude-root""ignore-scrolling""fork"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/unclutter-xfixes.nix
services.unclutter-xfixes.package
The unclutter-xfixes package to use.
Type: package
Default
pkgs.unclutter-xfixes
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/unclutter-xfixes.nix
services.unclutter-xfixes.threshold
Minimum number of pixels considered cursor movement.
Type: signed integer
Default
1
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/unclutter-xfixes.nix
services.unclutter-xfixes.timeout
Number of seconds before the cursor is marked inactive.
Type: signed integer
Default
1
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/unclutter-xfixes.nix