services.libinput.touchpad.clickMethod

NixOS option

Enables a click method. Permitted values are none, buttonareas, clickfinger. Not all devices support all methods, if an option is unsupported, the default click method for this device is used.

type: null or one of "none", "buttonareas", "clickfinger"
Default
null
Example
"buttonareas"
declared in: nixos/modules/services/hardware/libinput.nixView source on NixOS/nixpkgs →