Skip to content

Instantly share code, notes, and snippets.

@dmvianna
Last active December 20, 2017 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmvianna/340ff9405e540731644ab039656ed59c to your computer and use it in GitHub Desktop.
Save dmvianna/340ff9405e540731644ab039656ed59c to your computer and use it in GitHub Desktop.
~/.xmonad/xmonad.hs
import XMonad
main = xmonad $ def
{ terminal = "urxvt"
, normalBorderColor = "#cccccc"
, focusedBorderColor = "#cd8b00"
, modMask = mod3Mask -- depends on ~/.Xmodmap assigning Alt_R to mod3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment