Iptsd
services.iptsd.config
Configuration for IPTSD. See the reference configuration for available options and defaults.
Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/iptsd.nix
services.iptsd.config.Stylus.Disable
Disables the stylus. No stylus data will be processed.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/iptsd.nix
services.iptsd.config.Touch.DisableOnPalm
Ignore all touch inputs if a palm was registered on the display.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/iptsd.nix
services.iptsd.config.Touch.DisableOnStylus
Ignore all touch inputs if a stylus is in proximity.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/iptsd.nix
services.iptsd.enable
Whether to enable the userspace daemon for Intel Precise Touch & Stylus.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/hardware/iptsd.nix