aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-19ServerMode properly indentAdam Vogt1-1/+1
2013-12-19remove ServerMode tabsAdam Vogt1-5/+5
2013-12-19fix -Wall ServerModeAdam Vogt1-4/+4
2013-12-19documentation note that ServerMode is similar to wmctrlAdam Vogt1-1/+2
2013-12-16Generalized XMonad.Hooks.ServerModepolson21-41/+108
2013-09-25fix UrgencyHook and add filterUrgencyHookAdam Vogt1-1/+17
2013-09-23export XMonad.Hooks.UrgencyHook.clearUrgency (issue 533)Adam Vogt1-1/+1
2013-08-14minor documentation fix: manageDocks doesn't do anything with struts, so don'...Daniel Wagner1-2/+1
2013-07-23Haddock formatting in H.MinimizeAdam Vogt1-1/+1
2013-07-08Escape dzen markup and remove xmobar tags from window titles by default.Adam Vogt1-13/+30
2013-06-18DynamicBars-use-ExtensibleStategopsychonauts1-25/+24
2013-05-28use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2-24/+28
2013-05-28eliminate references to defaultConfigDaniel Wagner18-32/+32
2013-05-14Remove misleading comment: we definitely don't support ghc-6.6 anymoreAdam Vogt1-1/+0
2013-04-25Cache results from calcGap in ManageDocksAdam Vogt1-14/+38
2013-02-25getAtomName is now defined in the X11 libraryDaniel Wagner1-15/+0
2013-02-12Add EWMH DEMANDS_ATTENTION support to UrgencyHook.Maarten de Vries1-10/+57
2013-01-17Unconditionally set _NET_WORKAREA in ManageDocksAdam Vogt1-0/+8
2013-01-09Add X.H.WorkspaceHistoryDmitri Iouchtchenko1-0/+74
2012-12-15Address warnings from Debug modulesAdam Vogt1-4/+5
2012-08-14debug-hooksallbery.b2-0/+1346
2012-11-09Remove trailing whitespace.Adam Vogt4-6/+6
2012-11-09Use Control.Exception.catch explitly to avoid warningsAdam Vogt1-3/+2
2012-11-09Add missing type signatures.Adam Vogt2-0/+5
2012-11-09Rename variables "state" to avoid warnings about shadowingAdam Vogt2-7/+7
2012-11-08Gut H.ICCCMFocus: issue 177 has been merged in core.Adam Vogt1-17/+2
2012-08-16ewmh-eventhook-custompastorelli.mario1-8/+13
2012-08-23accept more windows as docksDaniel Wagner1-2/+2
2012-05-04UrgencyHooks made available as Window -> X () functionsgopsychonauts1-1/+10
2012-03-29Added isUnfocusedOnCurrentWS and fadeInactiveCurrentWSLogHook for better supp...Jesper Reenberg1-6/+27
2012-05-01Use getXMonadDir to get the default xmonad directory.Julia Jomantaite1-5/+3
2012-03-16add-dynamic-bars-moduleBen Boeckel1-0/+136
2012-03-11persist-togglehook-optionsBen Boeckel1-1/+2
2012-02-25Add BorderUrgencyHook to XMonad.Hooks.UrgencyHookallbery.b1-0/+26
2012-01-02X.H.EwmhDesktops note that fullscreenEventHook is not included in ewmhAdam Vogt1-1/+4
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