aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks (follow)
Commit message (Expand)AuthorAgeFilesLines
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-282-24/+28
* eliminate references to defaultConfigDaniel Wagner2013-05-2818-32/+32
* Remove misleading comment: we definitely don't support ghc-6.6 anymoreAdam Vogt2013-05-141-1/+0
* Cache results from calcGap in ManageDocksAdam Vogt2013-04-251-14/+38
* getAtomName is now defined in the X11 libraryDaniel Wagner2013-02-251-15/+0
* Add EWMH DEMANDS_ATTENTION support to UrgencyHook.Maarten de Vries2013-02-121-10/+57
* Unconditionally set _NET_WORKAREA in ManageDocksAdam Vogt2013-01-171-0/+8
* Add X.H.WorkspaceHistoryDmitri Iouchtchenko2013-01-091-0/+74
* Address warnings from Debug modulesAdam Vogt2012-12-151-4/+5
* debug-hooksallbery.b2012-08-142-0/+1346
* Remove trailing whitespace.Adam Vogt2012-11-094-6/+6
* Use Control.Exception.catch explitly to avoid warningsAdam Vogt2012-11-091-3/+2
* Add missing type signatures.Adam Vogt2012-11-092-0/+5
* Rename variables "state" to avoid warnings about shadowingAdam Vogt2012-11-092-7/+7
* Gut H.ICCCMFocus: issue 177 has been merged in core.Adam Vogt2012-11-081-17/+2
* ewmh-eventhook-custompastorelli.mario2012-08-161-8/+13
* accept more windows as docksDaniel Wagner2012-08-231-2/+2
* UrgencyHooks made available as Window -> X () functionsgopsychonauts2012-05-041-1/+10
* Added isUnfocusedOnCurrentWS and fadeInactiveCurrentWSLogHook for better supp...Jesper Reenberg2012-03-291-6/+27
* Use getXMonadDir to get the default xmonad directory.Julia Jomantaite2012-05-011-5/+3
* add-dynamic-bars-moduleBen Boeckel2012-03-161-0/+136
* persist-togglehook-optionsBen Boeckel2012-03-111-1/+2
* Add BorderUrgencyHook to XMonad.Hooks.UrgencyHookallbery.b2012-02-251-0/+26
* X.H.EwmhDesktops note that fullscreenEventHook is not included in ewmhAdam Vogt2012-01-021-1/+4
* X.H.EwmhDesktops haddock formatting.Adam Vogt2012-01-021-1/+1
* Export types to reduce haddock warnings.Adam Vogt2010-10-232-2/+4
* 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