Skip to content

Instantly share code, notes, and snippets.

@Lzok
Created March 21, 2021 21:13
Show Gist options
  • Save Lzok/fb4aa9ba06e65b1251c6a40760080ae2 to your computer and use it in GitHub Desktop.
Save Lzok/fb4aa9ba06e65b1251c6a40760080ae2 to your computer and use it in GitHub Desktop.
Config for mousepad Linux
sudo nano /etc/X11/xorg.conf.d/30-touchpad.conf
Section "InputClass"
    Identifier "touchpad"
    Driver "libinput"
    MatchIsTouchpad "on"
    Option "Tapping" "on"
    Option "TappingButtonMap" "lrm"
    Option "NaturalScrolling" "true"
EndSection

Resources: Arch Wiki

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment