Xmonad/Config archive/David Roundy's Config.hs

From HaskellWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
-- Copyright   :  (c) David Roundy 2007
-- License     :  BSD3-style (see LICENSE)

module Main (main) where

import XMonad ( xmonad )
import XMonad.Config.Droundy ( config )

main :: IO ()
main = xmonad config