Skip to content

Instantly share code, notes, and snippets.

@aurabindo
aurabindo / config.json
Last active October 7, 2018 15:05
Trydactyl config
data:application/json,{"configversion":"1.1","ignoremaps":{"<S-Insert>":"mode normal","<CA-Escape>":"mode normal","<CA-`>":"mode normal","<S-Escape>":"mode normal","I":"mode normal"},"inputmaps":{"<Escape>":"composite unfocus | mode normal","<C-[>":"composite unfocus | mode normal","<C-i>":"editor","<Tab>":"focusinput -n","<S-Tab>":"focusinput -N","<CA-Escape>":"mode normal","<CA-`>":"mode normal","<C-^>":"buffer %23"},"imaps":{"<Escape>":"composite unfocus | mode normal","<C-[>":"composite unfocus | mode normal","<C-i>":"editor","<CA-Escape>":"mode normal","<CA-`>":"mode normal","<C-6>":"buffer %23","<C-^>":"buffer %23","<S-Escape>":"mode ignore"},"nmaps":{"<A-p>":"pin","<A-m>":"mute toggle","<F1>":"help","o":"fillcmdline open","O":"current_url open","w":"fillcmdline winopen","W":"current_url winopen","t":"fillcmdline tabopen","]]":"followpage next","[[":"followpage prev","[c":"urlincrement -1","]c":"urlincrement 1","<C-x>":"urlincrement -1","<C-a>":"urlincrement 1","T":"current_url tabopen","yy":"clipboard
@aurabindo
aurabindo / PKGBUILD
Created April 10, 2017 16:49
Ofono PKBUILD - modified
# Maintainer: Jerome Leclanche <jerome@leclan.ch>
pkgname=ofono
pkgver=1.19
pkgrel=1
pkgdesc="Infrastructure for building mobile telephony (GSM/UMTS) applications"
url="https://01.org/ofono"
arch=("i686" "x86_64")
license=("GPL2")
depends=("bluez" "dbus" "modemmanager" "glib2" "udev" "mobile-broadband-provider-info")