9 lines
177 B
Text
9 lines
177 B
Text
#
|
|
# Create new Xorg input device for Neko
|
|
#
|
|
|
|
Section "InputDevice"
|
|
Identifier "dummy_touchscreen"
|
|
Option "SocketName" "/tmp/xf86-input-neko.sock"
|
|
Driver "neko"
|
|
EndSection
|