Skip to content

Instantly share code, notes, and snippets.

@asapdotid
Last active September 26, 2025 02:14
Show Gist options
  • Select an option

  • Save asapdotid/40d7ff4cdf1f0b9faf3cef879d5522d1 to your computer and use it in GitHub Desktop.

Select an option

Save asapdotid/40d7ff4cdf1f0b9faf3cef879d5522d1 to your computer and use it in GitHub Desktop.
Manjaro i3wm custom touchpad config

Custom Touchpad config on Manjaro i3wm

/etc/X11/xorg.conf.d/30-touchpad.conf

file: 30-touchpad.conf

Section "InputClass"
    Identifier "touchpad"
    Driver "libinput"
    MatchIsTouchpad "on"
    Option "Tapping" "on"
    Option "DisableWhileTyping" "on"
    Option "AccelSpeed" "0.4" # speed setting
EndSection
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "DisableWhileTyping" "on"
Option "AccelSpeed" "0.4"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment