| Commit message (Expand) | Author | Age | Files | Lines |
* | XMonad.Hooks.EwmhDesktops export EwmHDesktopsHook | Malebria | 2008-06-10 | 1 | -0/+1 |
* | more documentation for WindowNavigation and UrgencyHook | Devin Mullins | 2008-05-25 | 1 | -0/+26 |
* | doco tweaks | Devin Mullins | 2008-05-24 | 1 | -2/+2 |
* | made fadeInactiveLogHook take an argument amount to fade | Justin Bogner | 2008-05-23 | 1 | -8/+10 |
* | add FadeInactive to fade out inactive windows using xcompmgr | Justin Bogner | 2008-05-23 | 1 | -0/+73 |
* | add close window functionality to EwmhDesktops | Justin Bogner | 2008-05-23 | 1 | -0/+4 |
* | UrgencyHook: removeVisiblesFromUrgents -> cleanupUrgents | Devin Mullins | 2008-05-15 | 1 | -16/+22 |
* | XMonad.Hooks.SetWMName: Update documentation to reflect the addition of start... | lithis | 2008-05-17 | 1 | -7/+7 |
* | decent documentation for UrgencyHook | Devin Mullins | 2008-05-15 | 1 | -34/+124 |
* | X.A.WindowNavigation: have currentPosition handle axes independently | Devin Mullins | 2008-05-15 | 1 | -0/+2 |
* | UrgencyHook: some documentation (more is needed) | Devin Mullins | 2008-05-14 | 1 | -5/+27 |
* | UrgencyHook: got rid of the need for instances to know about suppressWhen | Devin Mullins | 2008-05-14 | 1 | -28/+30 |
* | pull suppressWhen logic into main WithUrgencyHook handler | Devin Mullins | 2008-05-13 | 1 | -17/+18 |
* | add suppressWhen option to dzenUrgencyHook | Devin Mullins | 2008-05-13 | 1 | -11/+22 |
* | UrgencyHook: doc typo | Devin Mullins | 2008-05-12 | 1 | -2/+2 |
* | UrgencyHook: extract whenNotVisible | Devin Mullins | 2008-05-12 | 1 | -5/+10 |
* | SpawnUrgencyHook, FWIW | Devin Mullins | 2008-05-12 | 1 | -0/+9 |
* | make UrgencyHook an EventHook | Devin Mullins | 2008-05-12 | 1 | -39/+33 |
* | 'xmobar' function added to DynamicLog for running xmobar with some defaults | Ivan N. Veselov | 2008-05-08 | 1 | -5/+34 |
* | Use the named constant 'none' rather than 0 | Spencer Janssen | 2008-05-07 | 1 | -1/+1 |
* | bug doco for UrgencyHook | Devin Mullins | 2008-04-26 | 1 | -0/+4 |
* | My monitor is larger now :) | Spencer Janssen | 2008-04-30 | 1 | -1/+1 |
* | XMonad.Hooks.ManageHelpers: quick&dirty support for _NET_WM_STATE_FULLSCREEN | Lukas Mai | 2008-04-26 | 1 | -2/+21 |
* | XMonad.Hooks.Script: haddock fixes | Lukas Mai | 2008-04-26 | 1 | -3/+3 |
* | Script-based hooks | Trevor Elliott | 2008-04-16 | 1 | -0/+54 |
* | Fix window order in EWMH | Joachim Breitner | 2008-04-11 | 1 | -1/+2 |
* | DynamicLog: resolve merge conflict | Lukas Mai | 2008-04-06 | 1 | -0/+3 |
* | Encode the entire DynamicLog output, instead of just window title. | lithis | 2008-03-29 | 1 | -2/+2 |
* | DynamicLog: add support for UTF-8 locales when compiled with XFT or UFT-8 sup... | Andrea Rossato | 2008-03-13 | 1 | -3/+1 |
* | XMonad.Hooks.ManageDocks: haddock fix | Lukas Mai | 2008-04-05 | 1 | -2/+2 |
* | Document _NET_ACTIVE_WINDOW behaviour more exactly | Joachim Breitner | 2008-04-04 | 1 | -1/+1 |
* | UNDO: _NET_ACTIVE_WINDOW moves windows if necessary | Joachim Breitner | 2008-04-02 | 1 | -2/+2 |
* | onstart | Don Stewart | 2008-04-03 | 1 | -1/+1 |
* | have 'dzen' use autoStruts to detect the gaps | Don Stewart | 2008-04-03 | 1 | -3/+25 |
* | _NET_ACTIVE_WINDOW moves windows if necessary | Joachim Breitner | 2008-04-02 | 1 | -2/+2 |
* | XMonad.Layout.Gaps: new contrib module for manual gap support, in the few cas... | Brent Yorgey | 2008-04-02 | 1 | -1/+5 |
* | XMonad.Hooks.ManageDocks: export checkDoc | Lukas Mai | 2008-03-31 | 1 | -2/+2 |
* | move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo... | Brent Yorgey | 2008-03-31 | 1 | -23/+28 |
* | ManageDocks: clean up + add more documentation | Brent Yorgey | 2008-03-31 | 1 | -21/+23 |
* | Util.Run, Hooks.DynamicLog: re-export hPutStrLn and hPutStr from Util.Run for... | Brent Yorgey | 2008-03-28 | 1 | -0/+2 |
* | ManageDocks: add avoidStrutsOn, for covering some docks and not others by def... | Brent Yorgey | 2008-03-27 | 1 | -2/+17 |
* | ManageDocks: add ability to toggle individual gaps independently | Brent Yorgey | 2008-03-27 | 1 | -17/+39 |
* | Haddock fix | Roman Cheplyaka | 2008-03-30 | 1 | -1/+1 |
* | Remove stale status gaps code | Spencer Janssen | 2008-03-30 | 1 | -2/+1 |
* | ManageDocks: add warning about making sure gaps are set to zero before switch... | Brent Yorgey | 2008-03-27 | 1 | -1/+7 |
* | XMonad.Hooks.ManageHelpers: reformatting | Lukas Mai | 2008-03-26 | 1 | -21/+23 |
* | fix various compilation errors | Lukas Mai | 2008-03-22 | 1 | -1/+1 |
* | add ewmhDesktopsLayout for EWMH interaction | Joachim Breitner | 2008-03-19 | 1 | -4/+58 |
* | Export HandleEvent type to be able to use it in type annotations | Joachim Breitner | 2008-03-19 | 1 | -0/+1 |
* | EventHook: handle events after the underlying layout and more | Andrea Rossato | 2008-02-25 | 1 | -14/+14 |