aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-24DynamicLog: added a dynamicLogXmobarAndrea Rossato1-0/+9
2007-11-22UrgencyHook: haddock fixesDevin Mullins1-9/+13
2007-11-22updated XPropManage to ManageHook typejoel.suovaniemi1-13/+13
2007-11-19Hooks/DynamicLog.hs: minor typo.Joachim Fasting1-1/+1
2007-11-19remove MessageHooksDevin Mullins1-315/+0
2007-11-19make handle Just Another Message HookDevin Mullins1-8/+16
2007-11-19Miscellaneous spell-checkingShachaf Ben-Kiki2-3/+3
2007-11-18needs pattern guardsDon Stewart1-1/+1
2007-11-18experimental MessageHooks "branch" of mainDevin Mullins1-0/+307
2007-11-15remove unneeded Data.Bits imports.David Roundy1-1/+0
2007-11-15Tabbed.hs, SetWMName.hs: the modules need bitwise "or"Valery V. Vorotyntsev1-0/+1
2007-11-14no need to import Data.BitsDon Stewart1-1/+0
2007-11-14ManageDocks.hs: haddock fixesAndrea Rossato1-6/+7
2007-11-14UrgencyHook.hs: small haddock fixAndrea Rossato1-0/+1
2007-11-12remove dead codeDevin Mullins1-4/+1
2007-11-14pattern guards and newtype deriving required for ManageDocks.hs to build!Don Stewart1-1/+3
2007-11-13add ToggleStruts capability to avoidStruts.David Roundy1-9/+18
2007-11-12fix intro doco for UrgencyHookDevin Mullins1-9/+5
2007-11-12revert UrgencyHook behavior back to ICCCM non-complianceDevin Mullins1-21/+53
2007-11-12add StdoutUrgencyHook, to help debug weird client behaviorDevin Mullins1-3/+13
2007-11-11changes to work with XConfig of kind * -> *.David Roundy1-2/+3
2007-11-09font size 15 pixels is the dzen defaultDon Stewart1-1/+1
2007-11-11let clients track their urgency, per ICCCMDevin Mullins1-22/+14
2007-11-11wrap user code in userCode, go figureDevin Mullins1-3/+2
2007-11-11add LANGUAGE PatternGuards to UrgencyHookDevin Mullins1-1/+1
2007-11-11remove dead docoDevin Mullins1-4/+2
2007-11-11clarify config code... a bitDevin Mullins1-4/+3
2007-11-11fix doco for UrgencyHookDevin Mullins1-22/+14
2007-11-11add NoUrgencyHook, for shachaf's sakeDevin Mullins1-0/+6
2007-11-11oops, export the configuration optionsDevin Mullins1-1/+2
2007-11-11add dzenUrgencyHook backDevin Mullins1-4/+27
2007-11-10get UrgencyHook to compileDevin Mullins1-10/+17
2007-11-10fix bug in avoidStruts.David Roundy1-1/+1
2007-11-08fix types to work with Mats fix to X11.David Roundy1-4/+4
2007-11-01Change the type of properties from Word32 to CLongMats Jansborg1-2/+2
2007-11-08fix bug in avoidStruts.David Roundy1-1/+14
2007-11-08DynamicLog: typo in docsAndrea Rossato1-1/+1
2007-11-07add higher order 'dzen' functionDon Stewart1-1/+24
2007-11-07Set defaultGaps for makeSimpleDzenConfigSpencer Janssen1-1/+2
2007-11-07DynamicLog: Add makeSimpleDzenConfig functionEric Mertens1-1/+12
2007-11-07DynamicLog: add ppOutput field to PPEric Mertens1-3/+7
2007-11-06EwmhDesktops: move to correct name, update so it compilesgwern01-5/+5
2007-11-06Add LANGUAGE pragmas for ManageDocksSpencer Janssen1-0/+1
2007-11-01HierarchifySpencer Janssen6-0/+833