aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks (follow)
Commit message (Expand)AuthorAgeFilesLines
* get ready for GHC 7.4: Num a no longer implies (Eq a, Show a)Daniel Wagner2011-11-151-1/+1
* GHC 7 compatDaniel Wagner2011-07-311-1/+4
* Correct H.DynamicLog.dynamicLogXinerama comment. Wuzzeb's patch at issue 466.Adam Vogt2011-07-151-4/+9
* Move tests from ManageDocks to tests/Adam Vogt2011-06-091-13/+12
* X.H.FloatNext: export X.H.ToggleHook.runLogHookTomas Janousek2011-05-281-1/+2
* add-willhook-functionBen Boeckel2011-05-151-0/+5
* use-map-in-toggle-hookBen Boeckel2011-05-151-20/+9
* Compile with ghc7Mats Rauhala2011-05-041-2/+1
* XMonad.Hooks.FadeWindows: A generalized window fading hookBrandon S Allbery KF8NH2011-02-261-0/+221
* XMonad/Hooks/DebugKeyEvents - debug helper to see what keys xmonad seesBrandon S Allbery KF8NH2011-02-241-0/+107
* XMonad.Hooks.FloatNext: issue #406, make FloatNext use ToggleHookgwern02011-04-121-46/+13
* issue #406: ben boeckel <mathstuf@gmail.com> +XMonad.Hooks.ToggleHookgwern02011-04-121-0/+175
* H.ICCCMFocus had atom_WM_TAKE_FOCUS incorrectly removedAdam Vogt2011-01-061-1/+7
* Remove accidental atom_WM_TAKE_FOCUS from H.ICCCMFocusAdam Vogt2011-01-061-7/+1
* Java swing application focus patchhaskell2011-01-051-0/+57
* Orphan my modulesmoserq2010-10-012-2/+2
* X.H.ManageDocks: event hook to refresh on new docksTomas Janousek2010-07-061-0/+15
* Minimize: Replaced calls to 'sendMessage' (BW.focusDown) and 'windows' with a...Jan Vornberger2010-07-281-1/+1
* CurrentWorkspaceOnTop: proper reimplementation of XMonad.OperationJan Vornberger2010-07-271-3/+10
* A hook to handle minimize/restore window manager hints.Justin Bogner2010-06-162-3/+56
* remove decodeInput/encodeOutputgwern02010-06-151-9/+8
* PositionStoreHook: take decoration into accountJan Vornberger2010-06-031-10/+16
* PositionStoreHook: take docks into accountJan Vornberger2010-06-021-1/+6
* Use imported `fi' alias for fromIntegral more often.Adam Vogt2010-04-162-5/+2
* X.H.UrgencyHook: performance fixTomas Janousek2010-03-301-2/+4
* Update my e-mail addressquentin.moser2010-01-172-4/+4
* X.H.DynamicLog: let the user of xmonadPropLog choose property nameTomas Janousek2010-03-191-6/+11
* Use imported 'fi' in H.ScreenCornersAdam Vogt2010-02-221-3/+1
* X.H.ScreenCorners typosNils Schweinsberg2010-02-221-4/+4
* X.H.ScreenCorners rewritten to use InputOnly windows instead of waiting for M...Nils Schweinsberg2010-02-221-59/+121
* [patch] X.H.ScreenCorners: move the mouse cursor to avoid loopsNils Schweinsberg2010-02-221-5/+8
* New extension: XMonad.Hooks.ScreenCornersNils Schweinsberg2010-02-221-0/+107
* minor style changesDaniel Wagner2009-12-281-8/+7
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-125-6/+1
* Style changes in EwmhDesktopsAdam Vogt2009-12-191-11/+8
* Add support for fullscreen through the _NET_WM_STATE protocolaudunskaugen2009-12-141-1/+36
* Module to ensure that a dragged window always stays in front of all other win...Jan Vornberger2009-11-291-0/+62
* X.H.DynamicLog: fix xmonadPropLog double-encoding of UTF-8Tomas Janousek2009-11-211-4/+4
* X.H.DynamicLog: make documentation for 'dzen' and 'xmobar' slightly more clearBrent Yorgey2009-11-211-3/+9
* X.H.ManageDocks: ignore struts that cover an entire screen on that screenTomas Janousek2009-11-191-5/+8
* Use imported 'fi' in PositionStoreHooksAdam Vogt2009-11-191-2/+1
* Changed interface of X.U.ExtensibleStateDaniel Schoepe2009-11-164-20/+18
* PositionStoreFloat - a floating layout with support hooksJan Vornberger2009-11-151-0/+98
* X.H.Urgencyhook fix minor doc bugAnders Engstrom2009-11-151-1/+1
* X.H.DynamicLog fix minor indentation oddnessAnders Engstrom2009-11-151-15/+15
* Don't erase floating information with H.InsertPosition (Issue 334)Adam Vogt2009-11-131-1/+1
* Trim whitespace in H.FloatNextAdam Vogt2009-11-111-5/+1
* Use ExtensibleState in H.FloatNextAdam Vogt2009-11-111-16/+15
* minor-doc-fix-in-ManageHelpers`Henrique Abreu hgabreu@gmail.com2009-11-041-1/+1
* Remove defaulting when using NoMonomorphismRestriction in H.EwmhDesktopsAdam Vogt2009-11-071-6/+7