aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* callUrgencyHook after adjustUrgentsDevin Mullins2008-07-141-2/+2
* Added ewmhLogHookCustom, which allows arbitrary transformation of the workspa...Braden Shepherdson2008-07-061-2/+13
* XMonad.Hooks.EwmhDesktops export EwmHDesktopsHookMalebria2008-06-101-0/+1
* more documentation for WindowNavigation and UrgencyHookDevin Mullins2008-05-251-0/+26
* doco tweaksDevin Mullins2008-05-241-2/+2
* made fadeInactiveLogHook take an argument amount to fadeJustin Bogner2008-05-231-8/+10
* add FadeInactive to fade out inactive windows using xcompmgrJustin Bogner2008-05-231-0/+73
* add close window functionality to EwmhDesktopsJustin Bogner2008-05-231-0/+4
* UrgencyHook: removeVisiblesFromUrgents -> cleanupUrgentsDevin Mullins2008-05-151-16/+22
* XMonad.Hooks.SetWMName: Update documentation to reflect the addition of start...lithis2008-05-171-7/+7
* decent documentation for UrgencyHookDevin Mullins2008-05-151-34/+124
* X.A.WindowNavigation: have currentPosition handle axes independentlyDevin Mullins2008-05-151-0/+2
* UrgencyHook: some documentation (more is needed)Devin Mullins2008-05-141-5/+27
* UrgencyHook: got rid of the need for instances to know about suppressWhenDevin Mullins2008-05-141-28/+30
* pull suppressWhen logic into main WithUrgencyHook handlerDevin Mullins2008-05-131-17/+18
* add suppressWhen option to dzenUrgencyHookDevin Mullins2008-05-131-11/+22
* UrgencyHook: doc typoDevin Mullins2008-05-121-2/+2
* UrgencyHook: extract whenNotVisibleDevin Mullins2008-05-121-5/+10
* SpawnUrgencyHook, FWIWDevin Mullins2008-05-121-0/+9
* make UrgencyHook an EventHookDevin Mullins2008-05-121-39/+33
* 'xmobar' function added to DynamicLog for running xmobar with some defaultsIvan N. Veselov2008-05-081-5/+34
* Use the named constant 'none' rather than 0Spencer Janssen2008-05-071-1/+1
* bug doco for UrgencyHookDevin Mullins2008-04-261-0/+4
* My monitor is larger now :)Spencer Janssen2008-04-301-1/+1
* XMonad.Hooks.ManageHelpers: quick&dirty support for _NET_WM_STATE_FULLSCREENLukas Mai2008-04-261-2/+21
* XMonad.Hooks.Script: haddock fixesLukas Mai2008-04-261-3/+3
* Script-based hooksTrevor Elliott2008-04-161-0/+54
* Fix window order in EWMHJoachim Breitner2008-04-111-1/+2
* DynamicLog: resolve merge conflictLukas Mai2008-04-061-0/+3
* Encode the entire DynamicLog output, instead of just window title.lithis2008-03-291-2/+2
* DynamicLog: add support for UTF-8 locales when compiled with XFT or UFT-8 sup...Andrea Rossato2008-03-131-3/+1
* XMonad.Hooks.ManageDocks: haddock fixLukas Mai2008-04-051-2/+2
* Document _NET_ACTIVE_WINDOW behaviour more exactlyJoachim Breitner2008-04-041-1/+1
* UNDO: _NET_ACTIVE_WINDOW moves windows if necessaryJoachim Breitner2008-04-021-2/+2
* onstartDon Stewart2008-04-031-1/+1
* have 'dzen' use autoStruts to detect the gapsDon Stewart2008-04-031-3/+25
* _NET_ACTIVE_WINDOW moves windows if necessaryJoachim Breitner2008-04-021-2/+2
* XMonad.Layout.Gaps: new contrib module for manual gap support, in the few cas...Brent Yorgey2008-04-021-1/+5
* XMonad.Hooks.ManageDocks: export checkDocLukas Mai2008-03-311-2/+2
* move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo...Brent Yorgey2008-03-311-23/+28
* ManageDocks: clean up + add more documentationBrent Yorgey2008-03-311-21/+23
* Util.Run, Hooks.DynamicLog: re-export hPutStrLn and hPutStr from Util.Run for...Brent Yorgey2008-03-281-0/+2
* ManageDocks: add avoidStrutsOn, for covering some docks and not others by def...Brent Yorgey2008-03-271-2/+17
* ManageDocks: add ability to toggle individual gaps independentlyBrent Yorgey2008-03-271-17/+39
* Haddock fixRoman Cheplyaka2008-03-301-1/+1
* Remove stale status gaps codeSpencer Janssen2008-03-301-2/+1
* ManageDocks: add warning about making sure gaps are set to zero before switch...Brent Yorgey2008-03-271-1/+7
* XMonad.Hooks.ManageHelpers: reformattingLukas Mai2008-03-261-21/+23
* fix various compilation errorsLukas Mai2008-03-221-1/+1
* add ewmhDesktopsLayout for EWMH interactionJoachim Breitner2008-03-191-4/+58