User Tools

Site Tools


xorg

Enable Mouse Wheel Emulation Automagically for ANY Mouse

Edit the following section of `/etc/X11/xorg.conf.d/10-evdev.conf`

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option      "EmulateWheel"      "true"
        Option      "EmulateWheelButton"    "2"
        Option      "XAxisMapping"      "6 7"
        Option      "YAxisMapping"      "4 5"
EndSection

References:

xorg.txt · Last modified: 2017/01/05 06:46 by felixonmars