Difference between revisions of "Xmonad/Config archive/Andrea Rossato's xmonad.hs"
From HaskellWiki
< Xmonad | Config archive
(my xmonad.hs) |
(fix config to compile) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | <haskell> | ||
module Main (main) where | module Main (main) where | ||
import XMonad | import XMonad | ||
− | |||
− | |||
import XMonad.Config.Arossato (arossatoConfig) | import XMonad.Config.Arossato (arossatoConfig) | ||
main :: IO () | main :: IO () | ||
− | main = xmonad arossatoConfig | + | main = xmonad =<< arossatoConfig |
+ | </haskell> |
Latest revision as of 22:01, 31 October 2008
module Main (main) where
import XMonad
import XMonad.Config.Arossato (arossatoConfig)
main :: IO ()
main = xmonad =<< arossatoConfig