mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 11:02:05 +00:00
Merge pull request #91206 from eadwu/revert/pr-90635
Revert "libinput: ensure that we only apply touchpad options to touch…
This commit is contained in:
commit
cb0db58c18
|
@ -219,7 +219,6 @@ in {
|
|||
Section "InputClass"
|
||||
Identifier "libinputConfiguration"
|
||||
MatchDriver "libinput"
|
||||
MatchTag "Touchpad"
|
||||
${optionalString (cfg.dev != null) ''MatchDevicePath "${cfg.dev}"''}
|
||||
Option "AccelProfile" "${cfg.accelProfile}"
|
||||
${optionalString (cfg.accelSpeed != null) ''Option "AccelSpeed" "${cfg.accelSpeed}"''}
|
||||
|
|
Loading…
Reference in a new issue