HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Request an account if you don't have one.

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

< Xmonad | Config archive

Categories: XMonad configuration

-- 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

Retrieved from "http://haskell.cs.yale.edu/haskellwiki/Xmonad/Config_archive/David_Roundy%27s_Config.hs"

This page has been accessed 755 times. This page was last modified 14:41, 7 November 2007. Recent content is available under a simple permissive license.