Mouse Wheel no Slack
Basta editar o arquivo /etc/X11/xorg.conf e adicionar algumas linhas nele.
Abaixo é um exemplo da seção "inputDevice"
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
# Mouse-speed setting for PS/2 mouse.
Option "Resolution" "256"
# Mouse Wheel
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Abaixo é um exemplo da seção "inputDevice"
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
# Mouse-speed setting for PS/2 mouse.
Option "Resolution" "256"
# Mouse Wheel
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
Comentários