Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@mtthw
mtthw / keybase.md
Created September 19, 2017 08:40
keybase.md

Keybase proof

I hereby claim:

  • I am nicholma on github.
  • I am nicholma (https://keybase.io/nicholma) on keybase.
  • I have a public key whose fingerprint is 45F0 73CF 2B3A 78D2 8A37 8851 2BCE 3BD0 8132 63CD

To claim this, I am signing this object:

@mtthw
mtthw / xmonad.hs
Last active January 20, 2017 18:30
xmonad border issue
import XMonad
import XMonad.Config.Desktop
import XMonad.Layout.Spacing
import XMonad.Layout.ResizableTile
import XMonad.Layout.WindowNavigation
main = xmonad desktopConfig
{ terminal = "gnome-terminal"
, modMask = mod4Mask
, borderWidth = 30