aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-02X.H.EwmhDesktops haddock formatting.Adam Vogt1-1/+1
2010-10-23Export types to reduce haddock warnings.Adam Vogt2-2/+4
2011-11-15get ready for GHC 7.4: Num a no longer implies (Eq a, Show a)Daniel Wagner1-1/+1
2011-07-31GHC 7 compatDaniel Wagner1-1/+4
2011-07-15Correct H.DynamicLog.dynamicLogXinerama comment. Wuzzeb's patch at issue 466.Adam Vogt1-4/+9
2011-06-09Move tests from ManageDocks to tests/Adam Vogt1-13/+12
2011-05-28X.H.FloatNext: export X.H.ToggleHook.runLogHookTomas Janousek1-1/+2
2011-05-15add-willhook-functionBen Boeckel1-0/+5
2011-05-15use-map-in-toggle-hookBen Boeckel1-20/+9
2011-05-04Compile with ghc7Mats Rauhala1-2/+1
2011-02-26XMonad.Hooks.FadeWindows: A generalized window fading hookBrandon S Allbery KF8NH1-0/+221
2011-02-24XMonad/Hooks/DebugKeyEvents - debug helper to see what keys xmonad seesBrandon S Allbery KF8NH1-0/+107
2011-04-12XMonad.Hooks.FloatNext: issue #406, make FloatNext use ToggleHookgwern01-46/+13
2011-04-12issue #406: ben boeckel <mathstuf@gmail.com> +XMonad.Hooks.ToggleHookgwern01-0/+175
2011-01-06H.ICCCMFocus had atom_WM_TAKE_FOCUS incorrectly removedAdam Vogt1-1/+7
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