neko/server/xorg/xf86-input-neko/80-neko.conf
2024-09-06 22:56:24 +02:00

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