30-mouse.conf - randomcrap - random crap programs of varying quality
HTML git clone git://git.codemadness.org/randomcrap
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
30-mouse.conf (351B)
---
1 Section "InputDevice"
2 identifier "Mouse0"
3 driver "mouse"
4 option "AutoServerLayout" "on"
5
6 # /dev/input/mice will provide support for hotplugging mouse.
7 # Without needs to restart X server.
8 option "device" "/dev/input/mice"
9
10 # To config fancy stuff like disable acceleration,
11 # put into your .xinitrc something like 'xset m 1 1 &'
12 EndSection