aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks/UrgencyHook.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adjustments to use the new event hook feature instead of Hooks.EventHookDaniel Schoepe2009-02-031-9/+9
* Adjustments to new userCode functionDaniel Schoepe2009-01-101-2/+2
* Work around ghc 6.10 bug #2738Don Stewart2008-11-041-1/+1
* UrgencyHook bug fix: cleanupUrgents should clean up reminders, tooDevin Mullins2008-09-201-6/+6
* add clearUrgents for your keysDevin Mullins2008-09-091-3/+10
* add reminder functionality to UrgencyHookDevin Mullins2008-08-241-33/+91
* change withUrgencyHookC apiDevin Mullins2008-08-211-18/+21
* X.H.UrgencyHook: haddock fixesDevin Mullins2008-08-161-2/+2
* XMonad.Hooks.UrgencyHook: +FocusHookgwern02008-07-171-1/+12
* callUrgencyHook after adjustUrgentsDevin Mullins2008-07-141-2/+2
* more documentation for WindowNavigation and UrgencyHookDevin Mullins2008-05-251-0/+26
* doco tweaksDevin Mullins2008-05-241-2/+2
* UrgencyHook: removeVisiblesFromUrgents -> cleanupUrgentsDevin Mullins2008-05-151-16/+22
* decent documentation for UrgencyHookDevin Mullins2008-05-151-34/+124
* X.A.WindowNavigation: have currentPosition handle axes independentlyDevin Mullins2008-05-151-0/+2
* UrgencyHook: some documentation (more is needed)Devin Mullins2008-05-141-5/+27
* UrgencyHook: got rid of the need for instances to know about suppressWhenDevin Mullins2008-05-141-28/+30
* pull suppressWhen logic into main WithUrgencyHook handlerDevin Mullins2008-05-131-17/+18
* add suppressWhen option to dzenUrgencyHookDevin Mullins2008-05-131-11/+22
* UrgencyHook: doc typoDevin Mullins2008-05-121-2/+2
* UrgencyHook: extract whenNotVisibleDevin Mullins2008-05-121-5/+10
* SpawnUrgencyHook, FWIWDevin Mullins2008-05-121-0/+9
* make UrgencyHook an EventHookDevin Mullins2008-05-121-39/+33
* bug doco for UrgencyHookDevin Mullins2008-04-261-0/+4
* Remove XMonad.Operations importsSpencer Janssen2007-12-081-1/+0
* Prune more importsSpencer Janssen2007-12-081-2/+0
* Remove redundant importsSpencer Janssen2007-12-081-2/+0
* add to Droundy a non-working urgency hook and enable avoidStruts.David Roundy2007-12-011-0/+1
* UrgencyHook: haddock fixesDevin Mullins2007-11-221-9/+13
* UrgencyHook.hs: small haddock fixAndrea Rossato2007-11-141-0/+1
* remove dead codeDevin Mullins2007-11-121-4/+1
* 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
* 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
* HierarchifySpencer Janssen2007-11-011-0/+134