aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-06Remove accidental atom_WM_TAKE_FOCUS from H.ICCCMFocusAdam Vogt1-7/+1
2011-01-05Java swing application focus patchhaskell1-0/+57
2010-10-01Orphan my modulesmoserq2-2/+2
2010-07-06X.H.ManageDocks: event hook to refresh on new docksTomas Janousek1-0/+15
2010-07-28Minimize: Replaced calls to 'sendMessage' (BW.focusDown) and 'windows' with a...Jan Vornberger1-1/+1
2010-07-27CurrentWorkspaceOnTop: proper reimplementation of XMonad.OperationJan Vornberger1-3/+10
2010-06-16A hook to handle minimize/restore window manager hints.Justin Bogner2-3/+56
2010-06-15remove decodeInput/encodeOutputgwern01-9/+8
2010-06-03PositionStoreHook: take decoration into accountJan Vornberger1-10/+16
2010-06-02PositionStoreHook: take docks into accountJan Vornberger1-1/+6
2010-04-16Use imported `fi' alias for fromIntegral more often.Adam Vogt2-5/+2
2010-03-30X.H.UrgencyHook: performance fixTomas Janousek1-2/+4
2010-01-17Update my e-mail addressquentin.moser2-4/+4
2010-03-19X.H.DynamicLog: let the user of xmonadPropLog choose property nameTomas Janousek1-6/+11
2010-02-22Use imported 'fi' in H.ScreenCornersAdam Vogt1-3/+1
2010-02-22X.H.ScreenCorners typosNils Schweinsberg1-4/+4
2010-02-22X.H.ScreenCorners rewritten to use InputOnly windows instead of waiting for M...Nils Schweinsberg1-59/+121
2010-02-22[patch] X.H.ScreenCorners: move the mouse cursor to avoid loopsNils Schweinsberg1-5/+8
2010-02-22New extension: XMonad.Hooks.ScreenCornersNils Schweinsberg1-0/+107
2009-12-28minor style changesDaniel Wagner1-8/+7
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey5-6/+1
2009-12-19Style changes in EwmhDesktopsAdam Vogt1-11/+8
2009-12-14Add support for fullscreen through the _NET_WM_STATE protocolaudunskaugen1-1/+36
2009-11-29Module to ensure that a dragged window always stays in front of all other win...Jan Vornberger1-0/+62
2009-11-21X.H.DynamicLog: fix xmonadPropLog double-encoding of UTF-8Tomas Janousek1-4/+4
2009-11-21X.H.DynamicLog: make documentation for 'dzen' and 'xmobar' slightly more clearBrent Yorgey1-3/+9
2009-11-19X.H.ManageDocks: ignore struts that cover an entire screen on that screenTomas Janousek1-5/+8
2009-11-19Use imported 'fi' in PositionStoreHooksAdam Vogt1-2/+1
2009-11-16Changed interface of X.U.ExtensibleStateDaniel Schoepe4-20/+18
2009-11-15PositionStoreFloat - a floating layout with support hooksJan Vornberger1-0/+98
2009-11-15X.H.Urgencyhook fix minor doc bugAnders Engstrom1-1/+1
2009-11-15X.H.DynamicLog fix minor indentation oddnessAnders Engstrom1-15/+15
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