Archive for January 2009
new site. old self.
Enabling scrollwheel in Slack

enabling scrollwheel in slack
Edit /etc/X11/xorg.conf:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection





