1# 2# Create new Xorg input device for Neko 3# 4 5Section "InputDevice" 6 Identifier "dummy_touchscreen" 7 Option "SocketName" "/tmp/xf86-input-neko.sock" 8 Driver "neko" 9EndSection 10 11