aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks (follow)
Commit message (Expand)AuthorAgeFilesLines
* Finish a sentence in H.ManageDocks haddocks.Adam Vogt2009-10-051-1/+1
* Add a SetStruts message to H.ManageDocks.Adam Vogt2009-10-051-13/+43
* Fixed guard in WorkspaceByPos - condition got switched during transformationJan Vornberger2009-10-041-1/+1
* New module : X.H.SetCursormail2009-09-151-0/+47
* Hyperlink modules named in WindowMenu, RestoreMinimized, and MinimizeAdam Vogt2009-10-031-1/+1
* Use ErrorT instead of nested case for H.WorkspaceByPosAdam Vogt2009-09-301-24/+13
* In a multi-head setup, move windows with a non-zero position upon creation to...Jan Vornberger2009-09-301-0/+65
* EventHook to restore minimized windows from taskbar (re-recorded from Bluetil...Jan Vornberger2009-09-291-0/+49
* Factor out direction types and put them in X.U.TypesDaniel Schoepe2009-09-191-18/+8
* Return True in X.H.FadeInactive.isUnfocused if current workspace is empty. (d...Adam Vogt2009-08-281-1/+1
* Actually execute the correct command when giving user-defined commands to Ser...Jan Vornberger2009-08-261-2/+2
* Preserve backwards compatibility with H.ServerModeAdam Vogt2009-08-261-4/+10
* Let the user decide which commands to use in X.H.ServerModeDaniel Schoepe2009-08-251-5/+8
* Better default for ppUrgent in xmobarPPDaniel Schoepe2009-08-221-0/+1
* Add backwards compatability in X.H.FadeInactiveDaniel Schoepe2009-08-221-1/+1
* More flexible interface for X.H.FadeInactiveDaniel Schoepe2009-08-211-27/+31
* Don't use tabs in EwmhDesktopsDaniel Schoepe2009-08-131-3/+3
* Do not warn about unknown ClientMessageEventsJoachim Breitner2009-08-131-1/+4
* fix UrgencyHook docs (\a -> \\a in Haddock)Brent Yorgey2009-08-091-1/+1
* Remove trailing whitespace from many modulesAdam Vogt2009-07-055-60/+60
* X.H.ManageHelpers: add two new helper functions, doFloatDep and doFloatAtBrent Yorgey2009-06-051-9/+23
* Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt2009-06-261-1/+1
* Use -fwarn-tabs for test, remove tabsAdam Vogt2009-06-241-1/+1
* Remove Hooks.EventHookDaniel Schoepe2009-06-181-107/+0
* Correct many typos in the documentation, consistent US spellinggAdam Vogt2009-06-182-9/+9
* FloatSnap - calculate gaps instead of snapping against unmanaged windowsAnders Engstrom2009-05-271-1/+1
* A.FloatSnap snap to unmanaged docks tooAdam Vogt2009-05-251-1/+4
* Add H.InsertPosition: add new windows to different positions in a workspaceAdam Vogt2009-05-031-0/+74
* Properly encode destop names before sending them to X server in XMonad.Hooks....Khudyakov Alexey2009-02-201-2/+2
* X.H.DynamicLog: provides trim, inverse of padsean.escriva2009-04-091-1/+7
* Improve composability of X.H.Place, drop simple(st)Float supportquentin.moser2009-04-151-60/+107
* Fixed X.H.Place.positionquentin.moser2009-04-091-2/+2
* 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