aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-11-05clean up DefaultConfig.hsDon Stewart1-39/+62
2007-11-04Use the layout and workspaces values from the actual configuration usedSpencer Janssen1-2/+2
2007-11-02Float handler out of makeMain, make keys and mouseBindings dependent on XConf...Spencer Janssen2-131/+140
2007-11-01We can't rely on the executable name, because it may be 'Main'Spencer Janssen1-1/+1
2007-11-01Get defaultGaps from the current config, not the default oneSpencer Janssen1-1/+2
2007-11-01HierarchifySpencer Janssen5-0/+1770