Skip to content

Instantly share code, notes, and snippets.

@defel
Created July 9, 2010 10:27
Show Gist options
  • Save defel/469325 to your computer and use it in GitHub Desktop.
Save defel/469325 to your computer and use it in GitHub Desktop.
import XMonad
main = xmonad defaultConfig
{ modMask = mod4Mask -- Use Super instead of Alt
, terminal = "urxvt"
-- more changes
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment