dotfiles

Mahdi's dotfiles
git clone git://mahdi.pw/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

40-libinput.conf (209B)


      1 Section "InputClass"
      2         Identifier "libinput touchpad catchall"
      3         MatchIsTouchpad "on"
      4         MatchDevicePath "/dev/input/event*"
      5         Driver "libinput"
      6         Option "Tapping" "on"
      7 EndSection