aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* simplify WindowBringer code, and change greedyView to focusWindowDevin Mullins2008-08-112-21/+20
* Updates to my configSpencer Janssen2008-08-122-4/+3
* Added XMonad.Hooks.DynamicHooksBraden Shepherdson2008-07-251-0/+122
* XMonad.Hooks.UrgencyHook: +FocusHookgwern02008-07-171-1/+12
* Grid/HintedGrid: prefer wider windowsLukas Mai2008-07-172-2/+2
* I prefer the spencerjanssen@gmail.com addressSpencer Janssen2008-07-148-15/+15
* callUrgencyHook after adjustUrgentsDevin Mullins2008-07-141-2/+2
* XMonad/Doc/Developing.hs: update haddock ln, cpeditgwern02008-07-081-7/+8
* XMonad/Doc.hs: why link to a specific version instead of the latest?gwern02008-07-081-2/+2
* XMonad.Actions.Plane.Linearleoserra2008-07-061-6/+16
* XMonad.Actions.Plane: Improvements in code qualityMarco Túlio Gontijo e Silva2008-07-061-22/+66
* XMonad.Actions.Plane: Treat error in readMarco Túlio Gontijo e Silva2008-07-101-3/+15
* XMonad.Actions.Plane: GConf supportMarco Túlio Gontijo e Silva2008-07-091-9/+27
* X.A.WindowNavigation: commentsDevin Mullins2008-07-101-0/+4
* add autoComplete option to XMonad.PromptDevin Mullins2008-07-042-4/+37
* XMonad.Actions.Plane: Copyright updateMarco Túlio Gontijo e Silva2008-07-091-2/+3
* XMonad.Actions.Plane: removed missing haddock chunckMarco Túlio Gontijo e Silva2008-07-091-1/+0
* Added function to filter out scratchpad workspace for use with ewmhLogHookCus...Braden Shepherdson2008-07-061-0/+7
* Added ewmhLogHookCustom, which allows arbitrary transformation of the workspa...Braden Shepherdson2008-07-061-2/+13
* adding thesaurus.reference.com and Google Labs Code Search searchesbrian2008-07-011-3/+11
* fillout banish example in Warp.hsgwern02008-06-291-8/+22
* fix Actions.Wap docgwern02008-06-291-1/+1
* allow function keys up to F24brian2008-06-261-2/+2
* Now using -name instead of -title as the term app argument, and corresponding...Braden Shepherdson2008-06-081-4/+4
* Actions/Search.hs: export SearchEngine constructorBrent Yorgey2008-06-201-1/+1
* Export PerWorkspace to allow type signaturesMalebria2008-06-201-0/+1
* XMonad.Util.EZConfig: add keypad bindingsLukas Mai2008-06-151-0/+74
* XMonad.Util.EZConfig: minor cleanupsLukas Mai2008-05-281-28/+26
* make default highlighting a bit dimmer for neighbors in WindowNavigation.David Roundy2008-06-101-1/+1
* keep drag panes on the bottom of the window stack.David Roundy2008-06-101-0/+2
* add support to Magnifier for vertical zooming.David Roundy2008-06-102-19/+26
* XMonad.Hooks.EwmhDesktops export EwmHDesktopsHookMalebria2008-06-101-0/+1
* XMonad.Config.Desktop type problem (monomorphism?)Malebria2008-06-101-1/+1
* Make prompt keybindings work when numLock or capsLock are activeJustin Bogner2008-06-081-1/+2
* Replaced old "spawn on mod+s" semantics with "spawn/summon or banish on mod+s".Braden Shepherdson2008-06-081-21/+77
* Exporting addHiddenWorkspace, it's needed by the new ScratchpadBraden Shepherdson2008-06-081-0/+3
* Added scratchpadSpawnActionTerminal to specify the terminal program directly ...Braden Shepherdson2008-06-081-0/+6
* Removed odd scratchpadSpawnDefault, improved documentation.Braden Shepherdson2008-06-081-14/+9
* Actions.Search.hs: switch inappropriate use of getShellCompl for a historyCom...gwern02008-06-071-3/+3
* Prompt.hs: +a historyCompletion function for use in XPromptsgwern02008-06-071-0/+13
* Add C-w to XMonad.PromptTrevor Elliott2008-06-061-0/+1
* Use lines instead of columns in configuration (similar to GNOME and KDE)Malebria2008-05-271-11/+20
* Bug correction when areasColumn > 1Malebria2008-05-271-4/+12
* more documentation for WindowNavigation and UrgencyHookDevin Mullins2008-05-252-8/+61
* X.A.WindowNavigation: add logHook for better state trackingDevin Mullins2008-05-251-6/+13
* doco tweaksDevin Mullins2008-05-242-3/+3
* 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
* Add XMonad.Actions.PlaneMalebria2008-05-231-0/+134