Unclutter
services.unclutter.enable
Enable unclutter 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.nix
services.unclutter.excluded
Names of windows where unclutter should not apply
Type: list of string
Default
[ ]
Example
[""]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/unclutter.nix
services.unclutter.extraOptions
More arguments to pass to the unclutter command
Type: list of string
Default
[ ]
Example
["noevent""grab"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/unclutter.nix
services.unclutter.keystroke
Wait for a keystroke before hiding the cursor
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/unclutter.nix
services.unclutter.package
The unclutter package to use.
Type: package
Default
pkgs.unclutter
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/x11/unclutter.nix
services.unclutter.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.nix
services.unclutter.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.nix