Last active
December 20, 2017 21:11
-
-
Save dmvianna/340ff9405e540731644ab039656ed59c to your computer and use it in GitHub Desktop.
~/.xmonad/xmonad.hs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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