Revert "libinput: ensure that we only apply touchpad options to touchpads"

This reverts commit 912a58428c.
This commit is contained in:
Edmund Wu 2020-06-20 20:46:17 -04:00
parent a9422ba768
commit 00f7558225
No known key found for this signature in database
GPG Key ID: F44F23D596B4F71D
1 changed files with 0 additions and 1 deletions

View File

@ -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}"''}