aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks/UrgencyHook.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
2007-12-08Prune more importsSpencer Janssen1-2/+0
2007-12-08Remove redundant importsSpencer Janssen1-2/+0
2007-12-01add to Droundy a non-working urgency hook and enable avoidStruts.David Roundy1-0/+1
2007-11-22UrgencyHook: haddock fixesDevin Mullins1-9/+13
2007-11-14UrgencyHook.hs: small haddock fixAndrea Rossato1-0/+1
2007-11-12remove dead codeDevin Mullins1-4/+1
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-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-01HierarchifySpencer Janssen1-5/+5
2007-11-03clean up destroyed windows from urgents listDevin Mullins1-2/+5
2007-11-03add focusUrgent action, for those too lazy to readDevin Mullins1-0/+9
2007-11-03changed urgent state from Set to listDevin Mullins1-8/+9
2007-10-27use a global IORef to keep list of urgent windowsDevin Mullins1-15/+55
2007-10-22Fix pragmas in XMonadContribShachaf Ben-Kiki1-0/+2
2007-10-19update UrgencyHook example config to reflect changes to WindowNavigation and ...Brent Yorgey1-2/+2
2007-10-18change example to dzenUrgencyHookDevin Mullins1-12/+5
2007-10-16rename LayoutSelect & defaultLayout in commentsDevin Mullins1-2/+2
2007-10-12add import to comments, for clarityDevin Mullins1-0/+3
2007-10-12documentation for UrgencyHookDevin Mullins1-2/+54
2007-10-12d'oh, minor UrgencyHook cleanupDevin Mullins1-1/+1
2007-10-11brand new UrgencyHook contrib, depends on X11-extras WMHints bindingDevin Mullins1-0/+31