diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-04-16 02:19:20 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-04-16 02:19:20 -0400 |
commit | 399a1f6858a5140293d373738c54441400fc0162 (patch) | |
tree | 4fb8b9638077f030abb184f19df3e265a7a07efb /src | |
parent | 76f6209985ad6b574fea22d64bb1ff928601b8ed (diff) |
TrackPoint is better and keyboard better still
Diffstat (limited to 'src')
-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 |