Skip to content

Instantly share code, notes, and snippets.

View nutrisoft's full-sized avatar
💭
Hi

Olayemi Michael nutrisoft

💭
Hi
View GitHub Profile
@nutrisoft
nutrisoft / 30-touchpad.conf
Created October 16, 2022 11:10 — forked from miguelmota/30-touchpad.conf
Arch linux enable tap to click on touchpad
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
Option "TappingButtonMap" "lmr"
EndSection