| Commit message (Expand) | Author | Files | Lines |
2007-11-12 | XMonad.Config.CustomKeys - new module | Valery V. Vorotyntsev | 1 | -0/+65 |
2007-11-12 | prune Droundy.hs. | David Roundy | 1 | -24/+2 |
2007-11-12 | NoBorders.hs: remove modifierDescription definitions, so NoBorders and SmartB... | Brent Yorgey | 1 | -5/+0 |
2007-11-12 | NoBorder.hs: documentation updates | Brent Yorgey | 1 | -4/+4 |
2007-11-12 | fix intro doco for UrgencyHook | Devin Mullins | 1 | -9/+5 |
2007-11-12 | revert UrgencyHook behavior back to ICCCM non-compliance | Devin Mullins | 1 | -21/+53 |
2007-11-12 | add StdoutUrgencyHook, to help debug weird client behavior | Devin Mullins | 1 | -3/+13 |
2007-11-11 | EZConfig: update for kind change in XConfig | Spencer Janssen | 1 | -4/+4 |
2007-11-11 | changes to work with XConfig of kind * -> *. | David Roundy | 4 | -11/+12 |
2007-11-09 | font size 15 pixels is the dzen default | Don Stewart | 1 | -1/+1 |
2007-11-11 | add two new modules, one to name layouts, another to select a layout. | David Roundy | 3 | -2/+98 |
2007-11-11 | add helper module for writing configs | Devin Mullins | 1 | -0/+55 |
2007-11-11 | let clients track their urgency, per ICCCM | Devin Mullins | 1 | -22/+14 |
2007-11-11 | wrap user code in userCode, go figure | Devin Mullins | 1 | -3/+2 |
2007-11-11 | add LANGUAGE PatternGuards to UrgencyHook | Devin Mullins | 1 | -1/+1 |
2007-11-11 | remove dead doco | Devin Mullins | 1 | -4/+2 |
2007-11-11 | clarify config code... a bit | Devin Mullins | 1 | -4/+3 |
2007-11-11 | fix doco for UrgencyHook | Devin Mullins | 1 | -22/+14 |
2007-11-11 | add NoUrgencyHook, for shachaf's sake | Devin Mullins | 1 | -0/+6 |
2007-11-11 | oops, export the configuration options | Devin Mullins | 1 | -1/+2 |
2007-11-11 | add dzenUrgencyHook back | Devin Mullins | 1 | -4/+27 |
2007-11-11 | remove dzenUrgencyHook* from Dzen module | Devin Mullins | 1 | -30/+1 |
2007-11-10 | get UrgencyHook to compile | Devin Mullins | 1 | -10/+17 |
2007-11-10 | fix bug in avoidStruts. | David Roundy | 1 | -1/+1 |
2007-11-10 | typo fix in Util.Run | Devin Mullins | 1 | -1/+1 |
2007-11-09 | add a few docs (very sparse) to DynamicWorkspaces. | David Roundy | 1 | -2/+4 |
2007-11-09 | add withWorkspace prompt, which automatically creates workspace if nonexistent. | David Roundy | 2 | -30/+31 |
2007-11-09 | Generalize safe/unsafeSpawn to MonadIO | Spencer Janssen | 1 | -3/+3 |
2007-11-08 | Magnifier.hs: update so it at least compiles | gwern0 | 1 | -10/+19 |
2007-11-06 | Dzen.hs: resend doc update | gwern0 | 1 | -2/+2 |
2007-11-06 | Update docs in Util | gwern0 | 3 | -9/+7 |
2007-11-08 | fix types to work with Mats fix to X11. | David Roundy | 2 | -8/+8 |
2007-11-01 | Change the type of properties from Word32 to CLong | Mats Jansborg | 1 | -2/+2 |
2007-11-08 | fix bug in avoidStruts. | David Roundy | 1 | -1/+14 |
2007-11-07 | clean up Droundy.hs. | David Roundy | 1 | -3/+3 |
2007-11-08 | DynamicLog: typo in docs | Andrea Rossato | 1 | -1/+1 |
2007-11-08 | over pararenthesised arty fibonacci | Don Stewart | 1 | -1/+1 |
2007-11-07 | Remove spurious import in Arossato's config. | Chris Mears | 1 | -1/+0 |
2007-11-07 | Add my configuration file | Andrea Rossato | 1 | -0/+145 |
2007-11-07 | add higher order 'dzen' function | Don Stewart | 2 | -10/+30 |
2007-11-07 | Set defaultGaps for makeSimpleDzenConfig | Spencer Janssen | 1 | -1/+2 |
2007-11-07 | DynamicLog: Add makeSimpleDzenConfig function | Eric Mertens | 1 | -1/+12 |
2007-11-07 | Use spawnPipe in sjanssenConfig | Spencer Janssen | 1 | -3/+7 |
2007-11-07 | Add spawnPipe | Spencer Janssen | 1 | -2/+20 |
2007-11-07 | DynamicLog: add ppOutput field to PP | Eric Mertens | 1 | -3/+7 |
2007-11-06 | Actions: update SinkAll doc | gwern0 | 1 | -1/+1 |
2007-11-06 | Prompt.hs: update names | gwern0 | 1 | -3/+3 |
2007-11-06 | EwmhDesktops: move to correct name, update so it compiles | gwern0 | 2 | -6/+6 |
2007-11-06 | Man.hs: -Wall option not necessary as that's turned on in the Cabal files | gwern0 | 1 | -1/+0 |
2007-11-06 | make Setup haddock work again | Lukas Mai | 4 | -3/+12 |