aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Default Xfce config, this time with me holding the copyright, maintainership,...Ivan.Miljenovic2008-05-221-0/+42
* StackTile: minor documentation fixJoachim Fasting2008-05-211-1/+1
* StackTileacura2008-05-201-0/+64
* revamp Search.hs to export a replacement for simpleEnginegwern02008-05-191-35/+35
* sp ShowWName.hsgwern02008-05-191-1/+1
* remove ScratchWorkspace.David Roundy2008-05-161-95/+0
* Fixed location of xmonad.confRoman Cheplyaka2008-05-181-1/+2
* add site name in search prompt dialogzhen.sydow2008-05-181-24/+26
* add youtube to search engineszhen.sydow2008-05-131-2/+6
* SwapWorkspaces: swapTo Next|PrevDevin Mullins2008-05-181-1/+11
* UrgencyHook: removeVisiblesFromUrgents -> cleanupUrgentsDevin Mullins2008-05-151-16/+22
* Added XMonad.Config.PlainConfig: proof-of-concept GHC-less plain text configu...Braden Shepherdson2008-05-181-0/+527
* XMonad.Hooks.SetWMName: Update documentation to reflect the addition of start...lithis2008-05-171-7/+7
* I no longer use ScratchWorkspace.David Roundy2008-05-161-4/+0
* fix bug in smartBorders when combined with decorated windows.David Roundy2008-05-161-4/+4
* decent documentation for UrgencyHookDevin Mullins2008-05-152-36/+125
* X.A.WindowNavigation: currentPosition and setPosition share the same `inside`...Devin Mullins2008-05-151-16/+16
* X.A.WindowNavigation: have currentPosition handle axes independentlyDevin Mullins2008-05-152-6/+10
* fix compile warnings in BoringWindowsDevin Mullins2008-05-151-0/+1
* add BoringWindows module to make certain windows skipped when rotating focus.David Roundy2008-05-142-4/+74
* 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
* move AppLauncher from Actions module to Prompt modulezhen.sydow2008-05-131-14/+16
* X.A.WindowNavigation: comment cleanupDevin Mullins2008-05-131-8/+3
* windowRect now compensates for border widthDevin Mullins2008-05-131-3/+3
* X.A.WindowNavigation: update TODODevin Mullins2008-05-131-1/+1
* X.A.WindowNavigation: minor cleanupDevin Mullins2008-05-121-8/+4
* X.A.WindowNavigation: simplify inr somewhatDevin Mullins2008-05-121-18/+13
* X.A.WindowNavigation: clarityDevin Mullins2008-05-121-4/+5
* X.A.WindowNavigation: ugh, typoDevin Mullins2008-05-121-3/+1
* X.A.WindowNavigation: implement swap, extract withTargetWindow commonalityDevin Mullins2008-05-121-11/+28
* add more flexible withWindowNavigationKeysDevin Mullins2008-05-121-8/+19