aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks (follow)
Commit message (Expand)AuthorAgeFilesLines
* Module for automatic placement of floating windowsquentin.moser2009-04-081-0/+413
* X.H.FloatNext: new module, float the next spawned window(s)quentin.moser2009-04-151-0/+157
* More flexibility for H.FadeInactiveDaniel Schoepe2009-03-091-9/+22
* H.DynamicLog: revised dzenStrip and xmobarStrip functionswirtwolff2009-03-141-10/+30
* X.H.DynamicLog: Add dzenStrip to remove formatting, for use in dzenPP's ppUrg...Braden Shepherdson2009-03-141-2/+13
* X.H.ManageHelpers: export isInPropertyRoman Cheplyaka2009-03-081-0/+1
* Fix an undefined in EwmhDesktopsDaniel Schoepe2009-02-091-1/+1
* X.U.WindowProperties: Add getProp32 and getProp32s, helpers to get properties...Ismael Carnales2009-02-052-19/+8
* ManageHelpers: reduce duplicated code in predicatesIsmael Carnales2009-02-041-16/+13
* Adjustments to use the new event hook feature instead of Hooks.EventHookDaniel Schoepe2009-02-033-35/+23
* Add XMonad.Actions.SpawnOnSpencer Janssen2009-01-171-0/+12
* Adjustments to new userCode functionDaniel Schoepe2009-01-101-2/+2
* ManageHelpers: add isDialogjohanngiwer2009-01-091-0/+12
* fix-fromJust-errorsrupa2008-12-241-14/+16
* X.H.ManageHelpers: add doHideIgnoreRoman Cheplyaka2008-12-151-1/+6
* Export setOpacity from FadeInactive. Document how to make monitor transparent...Roman Cheplyaka2008-11-171-0/+1
* FadeInactive: fade all inactive windows (including focused windows on visible...Roman Cheplyaka2008-11-171-2/+3
* ManageHelpers: added doSideFloat (generalization of doCenterFloat)Roman Cheplyaka2008-11-141-4/+23
* Work around ghc 6.10 bug #2738Don Stewart2008-11-041-1/+1
* Do not consider XMONAD_TIMER unknownJoachim Breitner2008-10-081-0/+3
* Kill window without focusing it firstJoachim Breitner2008-10-051-2/+1
* DynamicLog: doc fixesSpencer Janssen2008-09-211-2/+2
* statusBar now supplies the action to toggle strutsSpencer Janssen2008-09-181-4/+6
* cleanup - use currentTagDevin Mullins2008-09-213-5/+4
* UrgencyHook bug fix: cleanupUrgents should clean up reminders, tooDevin Mullins2008-09-201-6/+6
* Add missing space between dzen command and flagsDaniel Neri2008-09-151-1/+1
* Big DynamicLog refactor. Added statusBar, improved compositionality for dzen...Spencer Janssen2008-09-131-68/+55
* 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
* Improve documentation for XMonad.Hooks.EwmhDesktopsSpencer Janssen2008-08-131-3/+5
* Updates to my configSpencer Janssen2008-08-121-1/+1
* Added XMonad.Hooks.DynamicHooksBraden Shepherdson2008-07-251-0/+122
* XMonad.Hooks.UrgencyHook: +FocusHookgwern02008-07-171-1/+12
* callUrgencyHook after adjustUrgentsDevin Mullins2008-07-141-2/+2
* Added ewmhLogHookCustom, which allows arbitrary transformation of the workspa...Braden Shepherdson2008-07-061-2/+13
* XMonad.Hooks.EwmhDesktops export EwmHDesktopsHookMalebria2008-06-101-0/+1
* more documentation for WindowNavigation and UrgencyHookDevin Mullins2008-05-251-0/+26
* doco tweaksDevin Mullins2008-05-241-2/+2
* made fadeInactiveLogHook take an argument amount to fadeJustin Bogner2008-05-231-8/+10
* add FadeInactive to fade out inactive windows using xcompmgrJustin Bogner2008-05-231-0/+73
* add close window functionality to EwmhDesktopsJustin Bogner2008-05-231-0/+4
* UrgencyHook: removeVisiblesFromUrgents -> cleanupUrgentsDevin Mullins2008-05-151-16/+22
* XMonad.Hooks.SetWMName: Update documentation to reflect the addition of start...lithis2008-05-171-7/+7
* 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