neko/server/xorg/xf86-input-neko/README.md
2024-06-23 17:48:14 +02:00

582 B

xf86-input-neko

X.org neko input driver

how to use

xf86-input-neko assumes you have only one virtual touchscreen device available, see 80-neko.conf. If there are multiple in your system, please specify one config section for each. xf86-input-neko aims to make neko easy to use and doesn't offer special configuration options.

  • ./configure --prefix=/usr
  • make
  • sudo make install

Done.

To uninstall, again go inside the extracted directory, and do

sudo make uninstall