I feel dumb, but I've looked on the google and asked Erogot, too.
Here's what my problem is: No mouse three, and no scroll wheel. Poor me.
Here's what's in my /etc/X11/XF86Config-4 for "mouse":
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
I know that there's two mice things, but I'm not really sure why so I'll mess with that later. The thing that gets me is there is a "Option 'ZAxisMapping' '4 5'" part, as far as I know, that's usually the scroll wheel and mouse three.
Any help would please me. <33
?