Skip to content

Instantly share code, notes, and snippets.

View asciimoo's full-sized avatar

Adam Tauber asciimoo

  • Budapest, Hungary
View GitHub Profile
@asciimoo
asciimoo / gist:ca71575f969a0c26388a
Last active August 29, 2015 14:03
arduino2mediotext dev setup
# get git, python, setuptools
sudo apt-get install git python python-setuptools python-virtualenv
# clone the repo
git clone git@github.com:hsbp/arduino2mediotext.git
cd arduino2mediotext
@asciimoo
asciimoo / gist:3820857
Created October 2, 2012 16:40
i3 config
# This configuration uses Mod4 and Mod3. Make sure they are mapped properly using xev(1)
# and xmodmap(1). Usually, Mod4 is Alt (Alt_L) and Mod3 is Windows (Super_L)
# ISO 10646 = Unicode
font -misc-fixed-*-*-*-*-6-*-*-*-*-*-*-*
# window decoration - 1px border <bp|bn|bb>
new_window 1pixel
focus_follows_mouse no
@asciimoo
asciimoo / gist:3777739
Created September 24, 2012 19:13
separate browser to own linux user
# a is your username
###############################################
# as root
adduser b
usermod -a -G b a
chmod 770 ~b
# chmod 700 ~a # if you want/need
###############################################
@asciimoo
asciimoo / autostart.sh
Created December 30, 2011 13:14
my herbstluftwm autostart script
#!/bin/bash
# this is a simple config for herbstluftwm
function hc() {
/usr/bin/herbstclient "$@"
}
hc emit_hook reload