neko/utils/xorg-deps/xf86-input-neko
2025-03-31 10:28:14 +02:00
..
m4 move docker & xorg-deps to utils. 2025-03-31 10:28:14 +02:00
src move docker & xorg-deps to utils. 2025-03-31 10:28:14 +02:00
.gitignore move docker & xorg-deps to utils. 2025-03-31 10:28:14 +02:00
80-neko.conf move docker & xorg-deps to utils. 2025-03-31 10:28:14 +02:00
autogen-clean.sh move docker & xorg-deps to utils. 2025-03-31 10:28:14 +02:00
autogen.sh move docker & xorg-deps to utils. 2025-03-31 10:28:14 +02:00
configure.ac move docker & xorg-deps to utils. 2025-03-31 10:28:14 +02:00
COPYING move docker & xorg-deps to utils. 2025-03-31 10:28:14 +02:00
Dockerfile move docker & xorg-deps to utils. 2025-03-31 10:28:14 +02:00
Makefile.am move docker & xorg-deps to utils. 2025-03-31 10:28:14 +02:00
README.md move docker & xorg-deps to utils. 2025-03-31 10:28:14 +02:00
release.sh move docker & xorg-deps to utils. 2025-03-31 10:28:14 +02:00
xorg-neko.pc.in move docker & xorg-deps to utils. 2025-03-31 10:28:14 +02:00

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