Skip to content

Instantly share code, notes, and snippets.

View priyanshoon's full-sized avatar
☀️

Priyanshu Gupta priyanshoon

☀️
View GitHub Profile
@notnotrobby
notnotrobby / cgp.md
Last active April 28, 2025 22:09
List of free resources to study computer graphics programming.
@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