aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks (follow)
Commit message (Expand)AuthorAgeFilesLines
* DynamicLog: added a dynamicLogXmobarAndrea Rossato2007-11-241-0/+9
* UrgencyHook: haddock fixesDevin Mullins2007-11-221-9/+13
* updated XPropManage to ManageHook typejoel.suovaniemi2007-11-221-13/+13
* Hooks/DynamicLog.hs: minor typo.Joachim Fasting2007-11-191-1/+1
* remove MessageHooksDevin Mullins2007-11-191-315/+0
* make handle Just Another Message HookDevin Mullins2007-11-191-8/+16
* Miscellaneous spell-checkingShachaf Ben-Kiki2007-11-192-3/+3
* needs pattern guardsDon Stewart2007-11-181-1/+1
* experimental MessageHooks "branch" of mainDevin Mullins2007-11-181-0/+307
* remove unneeded Data.Bits imports.David Roundy2007-11-151-1/+0
* Tabbed.hs, SetWMName.hs: the modules need bitwise "or"Valery V. Vorotyntsev2007-11-151-0/+1
* no need to import Data.BitsDon Stewart2007-11-141-1/+0
* ManageDocks.hs: haddock fixesAndrea Rossato2007-11-141-6/+7
* UrgencyHook.hs: small haddock fixAndrea Rossato2007-11-141-0/+1
* remove dead codeDevin Mullins2007-11-121-4/+1
* pattern guards and newtype deriving required for ManageDocks.hs to build!Don Stewart2007-11-141-1/+3
* add ToggleStruts capability to avoidStruts.David Roundy2007-11-131-9/+18
* fix intro doco for UrgencyHookDevin Mullins2007-11-121-9/+5
* revert UrgencyHook behavior back to ICCCM non-complianceDevin Mullins2007-11-121-21/+53
* add StdoutUrgencyHook, to help debug weird client behaviorDevin Mullins2007-11-121-3/+13
* changes to work with XConfig of kind * -> *.David Roundy2007-11-111-2/+3
* font size 15 pixels is the dzen defaultDon Stewart2007-11-091-1/+1
* let clients track their urgency, per ICCCMDevin Mullins2007-11-111-22/+14
* wrap user code in userCode, go figureDevin Mullins2007-11-111-3/+2
* add LANGUAGE PatternGuards to UrgencyHookDevin Mullins2007-11-111-1/+1
* remove dead docoDevin Mullins2007-11-111-4/+2
* clarify config code... a bitDevin Mullins2007-11-111-4/+3
* fix doco for UrgencyHookDevin Mullins2007-11-111-22/+14
* add NoUrgencyHook, for shachaf's sakeDevin Mullins2007-11-111-0/+6
* oops, export the configuration optionsDevin Mullins2007-11-111-1/+2
* add dzenUrgencyHook backDevin Mullins2007-11-111-4/+27
* get UrgencyHook to compileDevin Mullins2007-11-101-10/+17
* fix bug in avoidStruts.David Roundy2007-11-101-1/+1
* fix types to work with Mats fix to X11.David Roundy2007-11-081-4/+4
* Change the type of properties from Word32 to CLongMats Jansborg2007-11-011-2/+2
* fix bug in avoidStruts.David Roundy2007-11-081-1/+14
* DynamicLog: typo in docsAndrea Rossato2007-11-081-1/+1
* add higher order 'dzen' functionDon Stewart2007-11-071-1/+24
* Set defaultGaps for makeSimpleDzenConfigSpencer Janssen2007-11-071-1/+2
* DynamicLog: Add makeSimpleDzenConfig functionEric Mertens2007-11-071-1/+12
* DynamicLog: add ppOutput field to PPEric Mertens2007-11-071-3/+7
* EwmhDesktops: move to correct name, update so it compilesgwern02007-11-061-5/+5
* Add LANGUAGE pragmas for ManageDocksSpencer Janssen2007-11-061-0/+1
* HierarchifySpencer Janssen2007-11-016-0/+833