diff options
Diffstat (limited to 'src/etc')
-rw-r--r-- | src/etc/X11/xorg.conf.d/11-touch.conf | 11 |
1 files changed, 11 insertions, 0 deletions
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 |