mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
|
#
|
||
|
# Create new Xorg input device for Neko
|
||
|
#
|
||
|
|
||
|
Section "InputDevice"
|
||
|
Identifier "dummy_touchscreen"
|
||
|
Option "SocketName" "/tmp/xf86-input-neko.sock"
|
||
|
Driver "neko"
|
||
|
EndSection
|