Skip to content

Instantly share code, notes, and snippets.

@h3ssan
Last active August 10, 2021 23:47
Show Gist options
  • Save h3ssan/babade484f852eafea925c97511daa2e to your computer and use it in GitHub Desktop.
Save h3ssan/babade484f852eafea925c97511daa2e to your computer and use it in GitHub Desktop.
DWM configuration for Gentoo Linux

Enable Touchpad tapping

I think you don't need to build dwm youself and write a special script which setup xinput properties. You can just use Xorg configuration file instead

Create a file /etc/X11/xorg.conf.d/30-touchpad.conf that contains this:

Section "InputClass"
    Identifier "touchpad catchall"
    Driver "libinput"
    Option "Tapping" "on"
EndSection

and restart Xorg.

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