Skip to content

Instantly share code, notes, and snippets.

@therod
Created February 4, 2014 14:28
Show Gist options
  • Save therod/8804537 to your computer and use it in GitHub Desktop.
Save therod/8804537 to your computer and use it in GitHub Desktop.
--
-- An example, simple ~/.xmonad/xmonad.hs file.
-- It overrides a few basic settings, reusing all the other defaults.
--
import XMonad
main = xmonad $ defaultConfig
{ borderWidth = 2
, terminal = "urxvt"
, normalBorderColor = "#cccccc"
, focusedBorderColor = "#cd8b00" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment