From 399a1f6858a5140293d373738c54441400fc0162 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Thu, 16 Apr 2020 02:19:20 -0400 Subject: TrackPoint is better and keyboard better still --- src/etc/X11/xorg.conf.d/11-touch.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/etc/X11/xorg.conf.d/11-touch.conf (limited to 'src') diff --git a/src/etc/X11/xorg.conf.d/11-touch.conf b/src/etc/X11/xorg.conf.d/11-touch.conf new file mode 100644 index 0000000..98e70a8 --- /dev/null +++ b/src/etc/X11/xorg.conf.d/11-touch.conf @@ -0,0 +1,11 @@ +Section "InputClass" + Identifier "disable touchscreen" + MatchIsTouchscreen "on" + Option "Ignore" "on" +EndSection + +Section "InputClass" + Identifier "disable touchpad" + MatchIsTouchpad "on" + Option "Ignore" "on" +EndSection -- cgit