Skip to content

Instantly share code, notes, and snippets.

View rfosta's full-sized avatar

Ryan Foster rfosta

  • Los Angeles
View GitHub Profile
@rfosta
rfosta / 30-touchpad.conf
Created April 13, 2024 16:24 — 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
@rfosta
rfosta / gist:1341812
Created November 5, 2011 17:38
Fuel Default DB Config in Yaml
active: default
default:
type: pdo
connection:
persistent: false
identifier: '`'
table_prefix: ''
charset: utf8
cahcing: false