1
2
3
4
5
6
7
8
9
10 | Ensure xserver-xorg-input-libinput is installed.
sudo vim /usr/share/X11/xorg.conf.d/99-user.conf
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
|