Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am hegga on github.
  • I am hegga (https://keybase.io/hegga) on keybase.
  • I have a public key ASCraZOKcb2C94PfnANPObeCjucWRthJ7Qt7NhXptay71wo

To claim this, I am signing this object:

@hegga
hegga / gist:6845484
Last active December 24, 2015 18:49
homebrew patch for i3-wm
--- common.mk 2013-08-07 20:50:24.000000000 +0200
+++ common.mk.homebrew 2013-10-05 22:06:49.000000000 +0200
@@ -5,7 +5,7 @@
FLEX=flex
BISON=bison
ifndef PREFIX
- PREFIX=/usr
+ PREFIX=/usr/local/Cellar/i3-wm/4.6
endif
ifndef SYSCONFDIR