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