type 중 터치패드 비활성화 (linux)
Posted: 2025 Dec 08 17:53
# cat /etc/X11/xorg.conf.d/40-libinput.conf
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "DisableWhileTyping" "true"
Option "Tapping" "true"
Option "ClickMethod" "clickfinger"
EndSection
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "DisableWhileTyping" "true"
Option "Tapping" "true"
Option "ClickMethod" "clickfinger"
EndSection