mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
6ff9ab871c
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
37 lines
856 B
Text
37 lines
856 B
Text
Section "ServerLayout"
|
|
Identifier "Default Layout"
|
|
Screen 0 "Screen0" 0 0
|
|
InputDevice "Keyboard0" "CoreKeyboard"
|
|
InputDevice "Mouse" "CorePointer"
|
|
InputDevice "Tablet" "SendCoreEvents"
|
|
EndSection
|
|
|
|
Section "InputDevice"
|
|
Identifier "Keyboard0"
|
|
Driver "kbd"
|
|
Option "XkbModel" "pc105"
|
|
Option "XkbLayout" "us"
|
|
EndSection
|
|
|
|
Section "InputDevice"
|
|
Identifier "Mouse"
|
|
Driver "mouse"
|
|
Option "Device" "/dev/input/mice"
|
|
#Option "Emulate3Buttons" "yes"
|
|
EndSection
|
|
|
|
Section "InputDevice"
|
|
Identifier "Tablet"
|
|
Driver "evdev"
|
|
Option "Device" "/dev/input/event3"
|
|
EndSection
|
|
|
|
Section "Screen"
|
|
Identifier "Screen0"
|
|
Device "XSPICE"
|
|
DefaultDepth 24
|
|
SubSection "Display"
|
|
Viewport 0 0
|
|
Depth 24
|
|
EndSubSection
|
|
EndSection
|