aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-03-14X.H.DynamicLog: Add dzenStrip to remove formatting, for use in dzenPP's ppUrg...Braden Shepherdson1-2/+13
2009-03-08X.H.ManageHelpers: export isInPropertyRoman Cheplyaka1-0/+1
2009-02-09Fix an undefined in EwmhDesktopsDaniel Schoepe1-1/+1
2009-02-05X.U.WindowProperties: Add getProp32 and getProp32s, helpers to get properties...Ismael Carnales2-19/+8
2009-02-04ManageHelpers: reduce duplicated code in predicatesIsmael Carnales1-16/+13
2009-02-03Adjustments to use the new event hook feature instead of Hooks.EventHookDaniel Schoepe3-35/+23
2009-01-17Add XMonad.Actions.SpawnOnSpencer Janssen1-0/+12
2009-01-10Adjustments to new userCode functionDaniel Schoepe1-2/+2
2009-01-09ManageHelpers: add isDialogjohanngiwer1-0/+12
2008-12-24fix-fromJust-errorsrupa1-14/+16
2008-12-15X.H.ManageHelpers: add doHideIgnoreRoman Cheplyaka1-1/+6
2008-11-17Export setOpacity from FadeInactive. Document how to make monitor transparent...Roman Cheplyaka1-0/+1
2008-11-17FadeInactive: fade all inactive windows (including focused windows on visible...Roman Cheplyaka1-2/+3
2008-11-14ManageHelpers: added doSideFloat (generalization of doCenterFloat)Roman Cheplyaka1-4/+23
2008-11-04Work around ghc 6.10 bug #2738Don Stewart1-1/+1
2008-10-08Do not consider XMONAD_TIMER unknownJoachim Breitner1-0/+3
2008-10-05Kill window without focusing it firstJoachim Breitner1-2/+1
2008-09-21DynamicLog: doc fixesSpencer Janssen1-2/+2