Skip to content

Instantly share code, notes, and snippets.

View sayantanr's full-sized avatar
🏠
Working from home

SAYANTAN ROY sayantanr

🏠
Working from home
View GitHub Profile
@sayantanr
sayantanr / README.md
Created December 11, 2021 16:56 — forked from roachhd/README.md
Basics of BrainFuck

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

BrainFuck Programming Tutorial by: Katie

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

INTRODUCTION

@sayantanr
sayantanr / 70-synaptics.conf
Created July 12, 2021 12:23 — forked from roghnin/70-synaptics.conf
/etc/X11/xorg.conf.d/70-synaptics.conf
# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# Additional options may be added in the form of
# Option "OptionName" "value"
#
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"