natural (reverse) scrolling
by hedron from LinuxQuestions.org on (#6GAXN)
I've tried 100 ways with xorg.conf, but none of them worked.
Code:Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
# Driver "libinput"
# Option "Device" "/dev/input/event19"
# Option "NaturalScrolling" "true"
# Option "Protocol" "auto"
# Option "Device" "/dev/psaux"
# Option "Emulate3Buttons" "no"
# Option "MatchIsTouchpad" "false"
# Option "ZAxisMapping" "5 4"
EndSectionI've tried xmodmap, but that only works with some programs.
I'm in fluxbox. The only way I've found is with plasma's system settings, but I don't want to have to open that everytime I load linux. I just want it to boot up and be configured the way I want it.
Code:Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
# Driver "libinput"
# Option "Device" "/dev/input/event19"
# Option "NaturalScrolling" "true"
# Option "Protocol" "auto"
# Option "Device" "/dev/psaux"
# Option "Emulate3Buttons" "no"
# Option "MatchIsTouchpad" "false"
# Option "ZAxisMapping" "5 4"
EndSectionI've tried xmodmap, but that only works with some programs.
I'm in fluxbox. The only way I've found is with plasma's system settings, but I don't want to have to open that everytime I load linux. I just want it to boot up and be configured the way I want it.