aboutsummaryrefslogtreecommitdiff
path: root/src/etc/X11/xorg.conf.d/11-touch.conf
blob: 98e70a8c52f720b984a6775c670d181d3a505414 (plain)
1
2
3
4
5
6
7
8
9
10
11
Section "InputClass"
    Identifier "disable touchscreen"
    MatchIsTouchscreen "on"
    Option "Ignore" "on"
EndSection

Section "InputClass"
    Identifier "disable touchpad"
    MatchIsTouchpad "on"
    Option "Ignore" "on"
EndSection