| Commit message (Expand) | Author | Files | Lines |
2008-06-29 | fillout banish example in Warp.hs | gwern0 | 1 | -8/+22 |
2008-06-29 | fix Actions.Wap doc | gwern0 | 1 | -1/+1 |
2008-06-26 | allow function keys up to F24 | brian | 1 | -2/+2 |
2008-06-08 | Now using -name instead of -title as the term app argument, and corresponding... | Braden Shepherdson | 1 | -4/+4 |
2008-06-20 | Actions/Search.hs: export SearchEngine constructor | Brent Yorgey | 1 | -1/+1 |
2008-06-20 | Export PerWorkspace to allow type signatures | Malebria | 1 | -0/+1 |
2008-06-15 | XMonad.Util.EZConfig: add keypad bindings | Lukas Mai | 1 | -0/+74 |
2008-05-28 | XMonad.Util.EZConfig: minor cleanups | Lukas Mai | 1 | -28/+26 |
2008-06-10 | make default highlighting a bit dimmer for neighbors in WindowNavigation. | David Roundy | 1 | -1/+1 |
2008-06-10 | keep drag panes on the bottom of the window stack. | David Roundy | 1 | -0/+2 |
2008-06-10 | add support to Magnifier for vertical zooming. | David Roundy | 2 | -19/+26 |
2008-06-10 | XMonad.Hooks.EwmhDesktops export EwmHDesktopsHook | Malebria | 1 | -0/+1 |
2008-06-10 | XMonad.Config.Desktop type problem (monomorphism?) | Malebria | 1 | -1/+1 |
2008-06-08 | Make prompt keybindings work when numLock or capsLock are active | Justin Bogner | 1 | -1/+2 |
2008-06-08 | Replaced old "spawn on mod+s" semantics with "spawn/summon or banish on mod+s". | Braden Shepherdson | 1 | -21/+77 |
2008-06-08 | Exporting addHiddenWorkspace, it's needed by the new Scratchpad | Braden Shepherdson | 1 | -0/+3 |
2008-06-08 | Added scratchpadSpawnActionTerminal to specify the terminal program directly ... | Braden Shepherdson | 1 | -0/+6 |
2008-06-08 | Removed odd scratchpadSpawnDefault, improved documentation. | Braden Shepherdson | 1 | -14/+9 |
2008-06-07 | Actions.Search.hs: switch inappropriate use of getShellCompl for a historyCom... | gwern0 | 1 | -3/+3 |
2008-06-07 | Prompt.hs: +a historyCompletion function for use in XPrompts | gwern0 | 1 | -0/+13 |
2008-06-06 | Add C-w to XMonad.Prompt | Trevor Elliott | 1 | -0/+1 |
2008-05-27 | Use lines instead of columns in configuration (similar to GNOME and KDE) | Malebria | 1 | -11/+20 |
2008-05-27 | Bug correction when areasColumn > 1 | Malebria | 1 | -4/+12 |
2008-05-25 | more documentation for WindowNavigation and UrgencyHook | Devin Mullins | 2 | -8/+61 |
2008-05-25 | X.A.WindowNavigation: add logHook for better state tracking | Devin Mullins | 1 | -6/+13 |
2008-05-24 | doco tweaks | Devin Mullins | 2 | -3/+3 |
2008-05-23 | made fadeInactiveLogHook take an argument amount to fade | Justin Bogner | 1 | -8/+10 |
2008-05-23 | add FadeInactive to fade out inactive windows using xcompmgr | Justin Bogner | 1 | -0/+73 |
2008-05-23 | add close window functionality to EwmhDesktops | Justin Bogner | 1 | -0/+4 |
2008-05-23 | Add XMonad.Actions.Plane | Malebria | 1 | -0/+134 |
2008-05-22 | Default Xfce config, this time with me holding the copyright, maintainership,... | Ivan.Miljenovic | 1 | -0/+42 |
2008-05-21 | StackTile: minor documentation fix | Joachim Fasting | 1 | -1/+1 |
2008-05-20 | StackTile | acura | 1 | -0/+64 |
2008-05-19 | revamp Search.hs to export a replacement for simpleEngine | gwern0 | 1 | -35/+35 |
2008-05-19 | sp ShowWName.hs | gwern0 | 1 | -1/+1 |
2008-05-16 | remove ScratchWorkspace. | David Roundy | 1 | -95/+0 |
2008-05-18 | Fixed location of xmonad.conf | Roman Cheplyaka | 1 | -1/+2 |
2008-05-18 | add site name in search prompt dialog | zhen.sydow | 1 | -24/+26 |
2008-05-13 | add youtube to search engines | zhen.sydow | 1 | -2/+6 |
2008-05-18 | SwapWorkspaces: swapTo Next|Prev | Devin Mullins | 1 | -1/+11 |
2008-05-15 | UrgencyHook: removeVisiblesFromUrgents -> cleanupUrgents | Devin Mullins | 1 | -16/+22 |
2008-05-18 | Added XMonad.Config.PlainConfig: proof-of-concept GHC-less plain text configu... | Braden Shepherdson | 1 | -0/+527 |
2008-05-17 | XMonad.Hooks.SetWMName: Update documentation to reflect the addition of start... | lithis | 1 | -7/+7 |
2008-05-16 | I no longer use ScratchWorkspace. | David Roundy | 1 | -4/+0 |
2008-05-16 | fix bug in smartBorders when combined with decorated windows. | David Roundy | 1 | -4/+4 |
2008-05-15 | decent documentation for UrgencyHook | Devin Mullins | 2 | -36/+125 |
2008-05-15 | X.A.WindowNavigation: currentPosition and setPosition share the same `inside`... | Devin Mullins | 1 | -16/+16 |
2008-05-15 | X.A.WindowNavigation: have currentPosition handle axes independently | Devin Mullins | 2 | -6/+10 |
2008-05-15 | fix compile warnings in BoringWindows | Devin Mullins | 1 | -0/+1 |
2008-05-14 | add BoringWindows module to make certain windows skipped when rotating focus. | David Roundy | 2 | -4/+74 |