fix mouse getting recognized as gamepad

This commit is contained in:
willifan 2024-05-23 21:57:30 +02:00
parent e2a5d71e6e
commit 458f4aeb38
4 changed files with 14 additions and 1 deletions

View file

@ -44,7 +44,7 @@
touchpad.natural_scroll = "yes";
sensitivity = -0.8; # -1.0 - 1.0, 0 means no modification.
sensitivity = 0; # -1.0 - 1.0, 0 means no modification.
numlock_by_default = 1;
special_fallthrough = true;
};