Revert "libinput: ensure that we only apply touchpad options to touchpads"
This reverts commit 912a58428c
.
This commit is contained in:
parent
a9422ba768
commit
00f7558225
|
@ -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 New Issue