| Commit message (Expand) | Author | Age | Files | Lines |
* | CustomKeys.hs: moved into `Util' directory | Valery V. Vorotyntsev | 2007-11-14 | 3 | -11/+11 |
* | Arossato: removed unneeded bits | Andrea Rossato | 2007-11-14 | 1 | -4/+1 |
* | improve shrinking in Droundy.hs | David Roundy | 2007-11-14 | 1 | -0/+8 |
* | Arossato: just code formatting | Andrea Rossato | 2007-11-14 | 1 | -7/+8 |
* | Arossato: typo | Andrea Rossato | 2007-11-14 | 1 | -1/+1 |
* | Arossato: some keybindings tuning | Andrea Rossato | 2007-11-14 | 1 | -1/+12 |
* | Tabbed: added -fno-warn-orphans | Andrea Rossato | 2007-11-14 | 1 | -1/+1 |
* | Arossato: just code formattings | Andrea Rossato | 2007-11-14 | 1 | -16/+19 |
* | Config.Arossato: my hand has been forced to pick up a true combinator set... | Andrea Rossato | 2007-11-14 | 1 | -99/+53 |
* | UrgencyHook.hs: small haddock fix | Andrea Rossato | 2007-11-14 | 1 | -0/+1 |
* | fix EZConfig documentation | Devin Mullins | 2007-11-14 | 2 | -3/+7 |
* | remove dead code | Devin Mullins | 2007-11-12 | 1 | -4/+1 |
* | CustomKeys.hs (customKeysFrom): new function | Valery V. Vorotyntsev | 2007-11-13 | 1 | -9/+20 |
* | pattern guards and newtype deriving required for ManageDocks.hs to build! | Don Stewart | 2007-11-14 | 1 | -1/+3 |
* | add ToggleStruts capability to avoidStruts. | David Roundy | 2007-11-13 | 1 | -9/+18 |
* | Arossato: cleanup and fine-tuning | Andrea Rossato | 2007-11-13 | 1 | -25/+31 |
* | make shrinker preserved over restart in tabbed. | David Roundy | 2007-11-13 | 2 | -23/+50 |
* | REAME: one more try | gwern0 | 2007-11-12 | 1 | -6/+15 |
* | scripts/generate-configs: update docs | gwern0 | 2007-11-12 | 1 | -2/+2 |
* | HEADS UP: Rename XMonadContrib library as xmonad-contrib. | Don Stewart | 2007-11-12 | 2 | -16/+8 |
* | 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 |