| Commit message (Expand) | Author | Age | Files | Lines |
* | XMonad.Hooks.FadeWindows: A generalized window fading hook | Brandon S Allbery KF8NH | 2011-02-26 | 1 | -0/+221 |
* | XMonad/Hooks/DebugKeyEvents - debug helper to see what keys xmonad sees | Brandon S Allbery KF8NH | 2011-02-24 | 1 | -0/+107 |
* | XMonad.Hooks.FloatNext: issue #406, make FloatNext use ToggleHook | gwern0 | 2011-04-12 | 1 | -46/+13 |
* | issue #406: ben boeckel <mathstuf@gmail.com> +XMonad.Hooks.ToggleHook | gwern0 | 2011-04-12 | 1 | -0/+175 |
* | H.ICCCMFocus had atom_WM_TAKE_FOCUS incorrectly removed | Adam Vogt | 2011-01-06 | 1 | -1/+7 |
* | Remove accidental atom_WM_TAKE_FOCUS from H.ICCCMFocus | Adam Vogt | 2011-01-06 | 1 | -7/+1 |
* | Java swing application focus patch | haskell | 2011-01-05 | 1 | -0/+57 |
* | Orphan my modules | moserq | 2010-10-01 | 2 | -2/+2 |
* | X.H.ManageDocks: event hook to refresh on new docks | Tomas Janousek | 2010-07-06 | 1 | -0/+15 |
* | Minimize: Replaced calls to 'sendMessage' (BW.focusDown) and 'windows' with a... | Jan Vornberger | 2010-07-28 | 1 | -1/+1 |
* | CurrentWorkspaceOnTop: proper reimplementation of XMonad.Operation | Jan Vornberger | 2010-07-27 | 1 | -3/+10 |
* | A hook to handle minimize/restore window manager hints. | Justin Bogner | 2010-06-16 | 2 | -3/+56 |
* | remove decodeInput/encodeOutput | gwern0 | 2010-06-15 | 1 | -9/+8 |
* | PositionStoreHook: take decoration into account | Jan Vornberger | 2010-06-03 | 1 | -10/+16 |
* | PositionStoreHook: take docks into account | Jan Vornberger | 2010-06-02 | 1 | -1/+6 |
* | Use imported `fi' alias for fromIntegral more often. | Adam Vogt | 2010-04-16 | 2 | -5/+2 |
* | X.H.UrgencyHook: performance fix | Tomas Janousek | 2010-03-30 | 1 | -2/+4 |
* | Update my e-mail address | quentin.moser | 2010-01-17 | 2 | -4/+4 |
* | X.H.DynamicLog: let the user of xmonadPropLog choose property name | Tomas Janousek | 2010-03-19 | 1 | -6/+11 |
* | Use imported 'fi' in H.ScreenCorners | Adam Vogt | 2010-02-22 | 1 | -3/+1 |
* | X.H.ScreenCorners typos | Nils Schweinsberg | 2010-02-22 | 1 | -4/+4 |
* | X.H.ScreenCorners rewritten to use InputOnly windows instead of waiting for M... | Nils Schweinsberg | 2010-02-22 | 1 | -59/+121 |
* | [patch] X.H.ScreenCorners: move the mouse cursor to avoid loops | Nils Schweinsberg | 2010-02-22 | 1 | -5/+8 |
* | New extension: XMonad.Hooks.ScreenCorners | Nils Schweinsberg | 2010-02-22 | 1 | -0/+107 |
* | minor style changes | Daniel Wagner | 2009-12-28 | 1 | -8/+7 |
* | suppress some warnings under ghc 6.12.1 and clean up redundant imports to get... | Brent Yorgey | 2010-01-12 | 5 | -6/+1 |
* | Style changes in EwmhDesktops | Adam Vogt | 2009-12-19 | 1 | -11/+8 |
* | Add support for fullscreen through the _NET_WM_STATE protocol | audunskaugen | 2009-12-14 | 1 | -1/+36 |
* | Module to ensure that a dragged window always stays in front of all other win... | Jan Vornberger | 2009-11-29 | 1 | -0/+62 |
* | X.H.DynamicLog: fix xmonadPropLog double-encoding of UTF-8 | Tomas Janousek | 2009-11-21 | 1 | -4/+4 |
* | X.H.DynamicLog: make documentation for 'dzen' and 'xmobar' slightly more clear | Brent Yorgey | 2009-11-21 | 1 | -3/+9 |
* | X.H.ManageDocks: ignore struts that cover an entire screen on that screen | Tomas Janousek | 2009-11-19 | 1 | -5/+8 |
* | Use imported 'fi' in PositionStoreHooks | Adam Vogt | 2009-11-19 | 1 | -2/+1 |
* | Changed interface of X.U.ExtensibleState | Daniel Schoepe | 2009-11-16 | 4 | -20/+18 |
* | PositionStoreFloat - a floating layout with support hooks | Jan Vornberger | 2009-11-15 | 1 | -0/+98 |
* | X.H.Urgencyhook fix minor doc bug | Anders Engstrom | 2009-11-15 | 1 | -1/+1 |
* | X.H.DynamicLog fix minor indentation oddness | Anders Engstrom | 2009-11-15 | 1 | -15/+15 |
* | Don't erase floating information with H.InsertPosition (Issue 334) | Adam Vogt | 2009-11-13 | 1 | -1/+1 |
* | Trim whitespace in H.FloatNext | Adam Vogt | 2009-11-11 | 1 | -5/+1 |
* | Use ExtensibleState in H.FloatNext | Adam Vogt | 2009-11-11 | 1 | -16/+15 |
* | minor-doc-fix-in-ManageHelpers | `Henrique Abreu hgabreu@gmail.com | 2009-11-04 | 1 | -1/+1 |
* | Remove defaulting when using NoMonomorphismRestriction in H.EwmhDesktops | Adam Vogt | 2009-11-07 | 1 | -6/+7 |
* | Use X.U.ExtensibleState instead of IORefs | Daniel Schoepe | 2009-11-06 | 2 | -69/+43 |
* | Add experimental xmonadPropLog function | Spencer Janssen | 2009-11-07 | 1 | -0/+19 |
* | Fix typo in H.FadeInactive documentation | Adam Vogt | 2009-10-29 | 1 | -1/+1 |
* | X.H.ManageHelpers: added currentWs that returns the current workspace | Ismael Carnales | 2009-10-28 | 1 | -0/+5 |
* | Changing behaviour of ppUrgent with X.H.DynamicLog | mail | 2009-09-10 | 1 | -19/+8 |
* | Add ewmh function to set all EWMH settings in one step | Spencer Janssen | 2009-10-23 | 1 | -4/+9 |
* | Refer to modm as the current modMask | Adam Vogt | 2009-10-22 | 5 | -15/+15 |
* | Move EWMH support initialization to a startupHook | Justin Bogner | 2009-10-11 | 1 | -20/+10 |