sistema_progs

Programas para customizar o meu entorno de traballo nos meus equipos persoais
Log | Files | Refs

40-libinput.conf (256B)


      1 echo 'Section "InputClass"
      2         Identifier "libinput touchpad catchall"
      3         MatchIsTouchpad "on"
      4         MatchDevicePath "/dev/input/event*"
      5         Driver "libinput"
      6         Option "Tapping" "on"
      7 EndSection' > /etc/X11/xorg.conf.d/40-libinput.conf