Skip to content

Instantly share code, notes, and snippets.

View Adeon18's full-sized avatar
🎃
Sometimes I want to die :)

Ostap "Ade0n" Trush Adeon18

🎃
Sometimes I want to die :)
View GitHub Profile
@miguelmota
miguelmota / 30-touchpad.conf
Created February 29, 2020 02:44
Arch linux enable tap to click on touchpad
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lmr"
EndSection