Skip to content

Instantly share code, notes, and snippets.

@almost
Created June 7, 2010 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save almost/428711 to your computer and use it in GitHub Desktop.
Save almost/428711 to your computer and use it in GitHub Desktop.
import XMonad
import XMonad.Hooks.DynamicLog
import XMonad.Hooks.ManageDocks
import XMonad.Util.Run(spawnPipe)
import XMonad.Util.EZConfig(additionalKeys)
import System.IO
main = do
xmonad $ defaultConfig {
modMask = mod4Mask -- Rebind Mod to the Windows key
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment