| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | doco tweaks | Devin Mullins | 2008-05-24 | 2 | -3/+3 |
* | 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 | 2 | -0/+74 |
* | add close window functionality to EwmhDesktops | Justin Bogner | 2008-05-23 | 1 | -0/+4 |
* | Add XMonad.Actions.Plane | Malebria | 2008-05-23 | 2 | -0/+135 |
* | Default Xfce config, this time with me holding the copyright, maintainership,... | Ivan.Miljenovic | 2008-05-22 | 1 | -0/+42 |
* | StackTile: minor documentation fix | Joachim Fasting | 2008-05-21 | 1 | -1/+1 |
* | StackTile | acura | 2008-05-20 | 2 | -0/+65 |
* | revamp Search.hs to export a replacement for simpleEngine | gwern0 | 2008-05-19 | 1 | -35/+35 |
* | sp ShowWName.hs | gwern0 | 2008-05-19 | 1 | -1/+1 |
* | remove ScratchWorkspace. | David Roundy | 2008-05-16 | 2 | -96/+0 |
* | Fixed location of xmonad.conf | Roman Cheplyaka | 2008-05-18 | 1 | -1/+2 |
* | add site name in search prompt dialog | zhen.sydow | 2008-05-18 | 1 | -24/+26 |
* | add youtube to search engines | zhen.sydow | 2008-05-13 | 1 | -2/+6 |
* | SwapWorkspaces: swapTo Next|Prev | Devin Mullins | 2008-05-18 | 1 | -1/+11 |
* | UrgencyHook: removeVisiblesFromUrgents -> cleanupUrgents | Devin Mullins | 2008-05-15 | 1 | -16/+22 |
* | Added XMonad.Config.PlainConfig: proof-of-concept GHC-less plain text configu... | Braden Shepherdson | 2008-05-18 | 2 | -0/+528 |
* | XMonad.Hooks.SetWMName: Update documentation to reflect the addition of start... | lithis | 2008-05-17 | 1 | -7/+7 |
* | I no longer use ScratchWorkspace. | David Roundy | 2008-05-16 | 1 | -4/+0 |
* | fix bug in smartBorders when combined with decorated windows. | David Roundy | 2008-05-16 | 1 | -4/+4 |
* | decent documentation for UrgencyHook | Devin Mullins | 2008-05-15 | 2 | -36/+125 |
* | X.A.WindowNavigation: currentPosition and setPosition share the same `inside`... | Devin Mullins | 2008-05-15 | 1 | -16/+16 |
* | X.A.WindowNavigation: have currentPosition handle axes independently | Devin Mullins | 2008-05-15 | 2 | -6/+10 |
* | fix compile warnings in BoringWindows | Devin Mullins | 2008-05-15 | 1 | -0/+1 |
* | add BoringWindows module to make certain windows skipped when rotating focus. | David Roundy | 2008-05-14 | 3 | -4/+75 |
* | 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 |
* | move AppLauncher from Actions module to Prompt module | zhen.sydow | 2008-05-13 | 2 | -15/+17 |
* | X.A.WindowNavigation: comment cleanup | Devin Mullins | 2008-05-13 | 1 | -8/+3 |
* | windowRect now compensates for border width | Devin Mullins | 2008-05-13 | 1 | -3/+3 |
* | X.A.WindowNavigation: update TODO | Devin Mullins | 2008-05-13 | 1 | -1/+1 |
* | X.A.WindowNavigation: minor cleanup | Devin Mullins | 2008-05-12 | 1 | -8/+4 |
* | X.A.WindowNavigation: simplify inr somewhat | Devin Mullins | 2008-05-12 | 1 | -18/+13 |
* | X.A.WindowNavigation: clarity | Devin Mullins | 2008-05-12 | 1 | -4/+5 |
* | X.A.WindowNavigation: ugh, typo | Devin Mullins | 2008-05-12 | 1 | -3/+1 |
* | X.A.WindowNavigation: implement swap, extract withTargetWindow commonality | Devin Mullins | 2008-05-12 | 1 | -11/+28 |
* | add more flexible withWindowNavigationKeys | Devin Mullins | 2008-05-12 | 1 | -8/+19 |
* | X.A.WindowNavigation: TODO | Devin Mullins | 2008-05-12 | 1 | -0/+1 |
* | X.A.WindowNavigation: add withWindowNavigation, for easy setup | Devin Mullins | 2008-05-12 | 1 | -1/+10 |
* | X.A.WindowNavigation: fix currentPosition | Devin Mullins | 2008-05-11 | 1 | -23/+28 |
* | X.A.WindowNavigation: add TODOs | Devin Mullins | 2008-05-11 | 1 | -2/+8 |
* | X.A.WindowNavigation state is now workspace-specific | Devin Mullins | 2008-05-11 | 1 | -9/+14 |
* | X.A.WindowNavigation: minor doco changes | Devin Mullins | 2008-05-06 | 1 | -2/+2 |
* | add draft XMonad.Actions.WindowNavigation | Devin Mullins | 2008-05-04 | 2 | -0/+136 |
* | new contrib module to launch apps with command line parameters | zhen.sydow | 2008-05-13 | 2 | -0/+71 |
* | 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 |
* | WindowNavigation: extract navigable function | Devin Mullins | 2008-04-22 | 1 | -5/+8 |
* | UrgencyHook: doc typo | Devin Mullins | 2008-05-12 | 1 | -2/+2 |
* | UrgencyHook: extract whenNotVisible | Devin Mullins | 2008-05-12 | 1 | -5/+10 |