Update CONFIG instructions: defaultConfig -> def

This commit is contained in:
Peter Jones 2015-12-11 10:00:53 -07:00
parent 73224be21b
commit eb4ef5b23f

2
CONFIG
View File

@ -21,7 +21,7 @@ $HOME/.xmonad/xmonad.hs :
import XMonad
main = xmonad $ defaultConfig
main = xmonad $ def
{ borderWidth = 2
, terminal = "urxvt"
, normalBorderColor = "#cccccc"