首页 > 其他分享 >debian touchpad i3wm 触摸板配置

debian touchpad i3wm 触摸板配置

时间:2022-09-22 23:55:47浏览次数:49  
标签:触摸板 i3wm Option touchpad conf libinput

  1. 编辑/usr/share/X11/xorg.conf.d/40-libinput.conf
Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "Tapping" "on"      # 开启
        Option "TapButton1" "1"    # 左键
        Option "TapButton2" "2"    # 右键(2指)
        Option "TapButton3" "3"    # 中键(3指)
EndSection
  1. 重启 lightdm
    sudo systemctl restart lightdm.service

标签:触摸板,i3wm,Option,touchpad,conf,libinput
From: https://www.cnblogs.com/mutuu/p/16721262.html

相关文章

  • linux关闭触摸板
    xinputlist⎡Virtualcorepointer id=2 [masterpointer(3)]⎜↳VirtualcoreXTESTpointer id=4 [slavepointer(2)]......
  • 笔记本触摸板手势操作
    来看看你的笔记本电脑触摸板支持这些手势操作吗-知乎(zhihu.com)不同品牌电脑可能略有不同,或者某些触摸板不支持这些操作以我手上这台联想笔记本来说一、单击操作:单......