aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-13Don't erase floating information with H.InsertPosition (Issue 334)Adam Vogt1-1/+1
2009-11-11Trim whitespace in H.FloatNextAdam Vogt1-5/+1
2009-11-11Use ExtensibleState in H.FloatNextAdam Vogt1-16/+15
2009-11-04minor-doc-fix-in-ManageHelpers`Henrique Abreu hgabreu@gmail.com1-1/+1
2009-11-07Remove defaulting when using NoMonomorphismRestriction in H.EwmhDesktopsAdam Vogt1-6/+7
2009-11-06Use X.U.ExtensibleState instead of IORefsDaniel Schoepe2-69/+43
2009-11-07Add experimental xmonadPropLog functionSpencer Janssen1-0/+19
2009-10-29Fix typo in H.FadeInactive documentationAdam Vogt1-1/+1
2009-10-28X.H.ManageHelpers: added currentWs that returns the current workspaceIsmael Carnales1-0/+5
2009-09-10Changing behaviour of ppUrgent with X.H.DynamicLogmail1-19/+8
2009-10-23Add ewmh function to set all EWMH settings in one stepSpencer Janssen1-4/+9
2009-10-22Refer to modm as the current modMaskAdam Vogt5-15/+15
2009-10-11Move EWMH support initialization to a startupHookJustin Bogner1-20/+10
2009-10-20Remove H.SetCursor: U.Cursor is preferredAdam Vogt1-47/+0
2009-10-05Finish a sentence in H.ManageDocks haddocks.Adam Vogt1-1/+1
2009-10-05Add a SetStruts message to H.ManageDocks.Adam Vogt1-13/+43
2009-10-04Fixed guard in WorkspaceByPos - condition got switched during transformationJan Vornberger1-1/+1
2009-09-15New module : X.H.SetCursormail1-0/+47
2009-10-03Hyperlink modules named in WindowMenu, RestoreMinimized, and MinimizeAdam Vogt1-1/+1
2009-09-30Use ErrorT instead of nested case for H.WorkspaceByPosAdam Vogt1-24/+13
2009-09-30In a multi-head setup, move windows with a non-zero position upon creation to...Jan Vornberger1-0/+65
2009-09-29EventHook to restore minimized windows from taskbar (re-recorded from Bluetil...Jan Vornberger1-0/+49
2009-09-19Factor out direction types and put them in X.U.TypesDaniel Schoepe1-18/+8
2009-08-28Return True in X.H.FadeInactive.isUnfocused if current workspace is empty. (d...Adam Vogt1-1/+1
2009-08-26Actually execute the correct command when giving user-defined commands to Ser...Jan Vornberger1-2/+2
2009-08-26Preserve backwards compatibility with H.ServerModeAdam Vogt1-4/+10
2009-08-25Let the user decide which commands to use in X.H.ServerModeDaniel Schoepe1-5/+8
2009-08-22Better default for ppUrgent in xmobarPPDaniel Schoepe1-0/+1
2009-08-22Add backwards compatability in X.H.FadeInactiveDaniel Schoepe1-1/+1
2009-08-21More flexible interface for X.H.FadeInactiveDaniel Schoepe1-27/+31
2009-08-13Don't use tabs in EwmhDesktopsDaniel Schoepe1-3/+3
2009-08-13Do not warn about unknown ClientMessageEventsJoachim Breitner1-1/+4
2009-08-09fix UrgencyHook docs (\a -> \\a in Haddock)Brent Yorgey1-1/+1
2009-07-05Remove trailing whitespace from many modulesAdam Vogt5-60/+60
2009-06-05X.H.ManageHelpers: add two new helper functions, doFloatDep and doFloatAtBrent Yorgey1-9/+23
2009-06-26Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt1-1/+1
2009-06-24Use -fwarn-tabs for test, remove tabsAdam Vogt1-1/+1
2009-06-18Remove Hooks.EventHookDaniel Schoepe1-107/+0
2009-06-18Correct many typos in the documentation, consistent US spellinggAdam Vogt2-9/+9
2009-05-27FloatSnap - calculate gaps instead of snapping against unmanaged windowsAnders Engstrom1-1/+1
2009-05-25A.FloatSnap snap to unmanaged docks tooAdam Vogt1-1/+4
2009-05-03Add H.InsertPosition: add new windows to different positions in a workspaceAdam Vogt1-0/+74
2009-02-20Properly encode destop names before sending them to X server in XMonad.Hooks....Khudyakov Alexey1-2/+2
2009-04-09X.H.DynamicLog: provides trim, inverse of padsean.escriva1-1/+7
2009-04-15Improve composability of X.H.Place, drop simple(st)Float supportquentin.moser1-60/+107
2009-04-09Fixed X.H.Place.positionquentin.moser1-2/+2
2009-04-08Module for automatic placement of floating windowsquentin.moser1-0/+413
2009-04-15X.H.FloatNext: new module, float the next spawned window(s)quentin.moser1-0/+157
2009-03-09More flexibility for H.FadeInactiveDaniel Schoepe1-9/+22
2009-03-14H.DynamicLog: revised dzenStrip and xmobarStrip functionswirtwolff1-10/+30