This commit is contained in:
2015-06-08 12:31:18 +03:00
commit f2620ed42f
4 changed files with 58 additions and 0 deletions

10
05-input.conf Normal file
View File

@@ -0,0 +1,10 @@
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection