aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-09StackSet: some haddock tuningAndrea Rossato1-7/+16
2007-12-09Remove kicker and gnome-panel from the default manageHook, these are betterSpencer Janssen1-6/+5
2007-11-24Typos and formattingAndrea Rossato2-5/+5
2007-11-24Move XMonad.Layouts to XMonad.Layout for uniformity with xmcAndrea Rossato3-3/+3
2007-12-08Hide generalized newtype deriving from HaddockSpencer Janssen1-1/+6
2007-11-28make Query a MonadIOLukas Mai1-1/+1
2007-11-21add getXMonadDir (2nd try)Lukas Mai1-2/+6
2007-11-21Add 'and' and 'or' functions to ManageHook.Spencer Janssen1-0/+10
2007-11-21generalise type of `io'Don Stewart1-5/+5
2007-11-20Add recompilation forcing, clean up recompile's documentationSpencer Janssen1-10/+12
2007-11-20recompile does not raise any exceptionsSpencer Janssen1-1/+0
2007-11-20-no-recomp because we're doing our own recompilation checkingSpencer Janssen1-1/+1
2007-11-20pointfreeDon Stewart1-1/+1
2007-11-20clean up fmap overuse with applicatives. more opportunities remainDon Stewart2-12/+14
2007-11-19ManageHook is a MonoidSpencer Janssen3-17/+34
2007-11-19No more liftMSpencer Janssen2-6/+6
2007-11-19Refactor recompileSpencer Janssen1-16/+15
2007-11-19Trailing spaceSpencer Janssen1-1/+1
2007-11-19Generalize recompile to MonadIOSpencer Janssen1-2/+2
2007-11-19Factor out doubleFork logicSpencer Janssen1-10/+8
2007-11-19handle case of xmonad binary not existing, when checking recompilationDon Stewart1-2/+2
2007-11-19Use executeFile directly, rather than the shell, avoiding sh interepetingDon Stewart1-3/+7
2007-11-19UNDO: use 'spawn' rather than runProcess, to report errors asynchronously, av...Don Stewart1-1/+3
2007-11-19use 'spawn' rather than runProcess, to report errors asynchronously, avoiding...Don Stewart1-3/+1
2007-11-19Use xmessage to present a failure message to users when the config file canno...Don Stewart1-4/+20
2007-11-19only check xmonad.hs against the xmonad binary, not the .o file (meaning you ...Don Stewart1-6/+8
2007-11-19Do our own recompilation checking: only launch ghc if the xmonad.hs is newer ...Don Stewart1-6/+14
2007-11-19reformat export list to fit on the pageDon Stewart1-2/+8
2007-11-17add support for Mac users and their silly case-insensitive filesystemsDevin Mullins1-1/+1
2007-11-16we need examples for the managehook edslDon Stewart1-0/+2
2007-11-16Config: small haddock fixAndrea Rossato1-1/+1
2007-11-16Core: documented XConfig and ScreenDetailAndrea Rossato1-12/+15
2007-11-12make default ratios in config nicer to look atLukas Mai1-2/+2
2007-11-09refactor main, add "recompile" to XMonad.CoreLukas Mai1-1/+14
2007-11-14refactor trace.Don Stewart1-1/+1
2007-11-11clarify comment at top of Config.hsDevin Mullins1-2/+2
2007-11-11avoid Data.Ratio and % operator in XMonad.ConfigDavid Roundy1-3/+2
2007-11-11remove obviated (and confusing) commentsDevin Mullins1-12/+0
2007-11-11XMonad.Main uses FlexibleContextsSpencer Janssen1-1/+1
2007-11-11hide existential Layout (mostly) from user API.David Roundy3-11/+12
2007-11-09Generalize several functions to MonadIOSpencer Janssen1-4/+4
2007-11-09Docs for ManageHookSpencer Janssen1-3/+12
2007-11-09New ManageHook systemSpencer Janssen4-25/+65
2007-11-07Generalize the type of whenJustSpencer Janssen1-1/+1
2007-11-08maybe False (const True) -> isJust. spotted by shachafDon Stewart1-2/+2
2007-11-07Provide top level XMonad.hs export moduleDon Stewart5-254/+548
2007-11-07Fix haddock commentSpencer Janssen1-1/+1
2007-11-05makeMain -> xmonadDon Stewart1-3/+3
2007-11-05-Wall policeDon Stewart1-2/+2
2007-11-05EventLoop -> Core, DefaultConfig -> ConfigDon Stewart2-4/+4