type 중 터치패드 비활성화 (linux)

Ops
Post Reply
voyzer
Site Admin
Posts: 38
Joined: 2022 Jul 06 16:57

type 중 터치패드 비활성화 (linux)

Post by voyzer »

# 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
Post Reply