Skip to content

Instantly share code, notes, and snippets.

View jorgejch's full-sized avatar

Jorge Haddad jorgejch

View GitHub Profile
@jorgejch
jorgejch / ALLPAIRS-params.js
Created January 17, 2021 20:54 — forked from vosechu/ALLPAIRS-params.js
Gunbot 3.3.2 config
//-----------------------------------------------
// Instructions for this file
//-----------------------------------------------
// This file will provide the basis for all the more specific files. All the
// options set in here will be used by `config.js` files unless they're
// overridden in that file.
//
// If you want to affect all coins at once, edit this file; you don't need to
// reboot the bots though, they'll see that the config changed.
//-----------------------------------------------
@jorgejch
jorgejch / 71-synaptics_mod.conf
Last active April 21, 2017 04:36 — forked from csarven/touchpadconf.sh
Update @aloiscochard's xorg conf with @csarven's touchpadconf.sh mods
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
#1 finger = left click, 2 finger = right click, 3 finger = middle click
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "ClickFinger2" "3"
Option "ClickFinger3" "2"