aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-10keep drag panes on the bottom of the window stack.David Roundy1-0/+2
2008-06-10add support to Magnifier for vertical zooming.David Roundy2-19/+26
2008-06-10XMonad.Hooks.EwmhDesktops export EwmHDesktopsHookMalebria1-0/+1
2008-06-10XMonad.Config.Desktop type problem (monomorphism?)Malebria1-1/+1
2008-06-08Make prompt keybindings work when numLock or capsLock are activeJustin Bogner1-1/+2
2008-06-08Replaced old "spawn on mod+s" semantics with "spawn/summon or banish on mod+s".Braden Shepherdson1-21/+77
2008-06-08Exporting addHiddenWorkspace, it's needed by the new ScratchpadBraden Shepherdson1-0/+3
2008-06-08Added scratchpadSpawnActionTerminal to specify the terminal program directly ...Braden Shepherdson1-0/+6
2008-06-08Removed odd scratchpadSpawnDefault, improved documentation.Braden Shepherdson1-14/+9
2008-06-07Actions.Search.hs: switch inappropriate use of getShellCompl for a historyCom...gwern01-3/+3
2008-06-07Prompt.hs: +a historyCompletion function for use in XPromptsgwern01-0/+13
2008-06-06Add C-w to XMonad.PromptTrevor Elliott1-0/+1
2008-05-27Use lines instead of columns in configuration (similar to GNOME and KDE)Malebria1-11/+20
2008-05-27Bug correction when areasColumn > 1Malebria1-4/+12
2008-05-25more documentation for WindowNavigation and UrgencyHookDevin Mullins2-8/+61
2008-05-25X.A.WindowNavigation: add logHook for better state trackingDevin Mullins1-6/+13
2008-05-24doco tweaksDevin Mullins2-3/+3
2008-05-23made fadeInactiveLogHook take an argument amount to fadeJustin Bogner1-8/+10
2008-05-23add FadeInactive to fade out inactive windows using xcompmgrJustin Bogner1-0/+73
2008-05-23add close window functionality to EwmhDesktopsJustin Bogner1-0/+4
2008-05-23Add XMonad.Actions.PlaneMalebria1-0/+134
2008-05-22Default Xfce config, this time with me holding the copyright, maintainership,...Ivan.Miljenovic1-0/+42
2008-05-21StackTile: minor documentation fixJoachim Fasting1-1/+1
2008-05-20StackTileacura1-0/+64
2008-05-19revamp Search.hs to export a replacement for simpleEnginegwern01-35/+35
2008-05-19sp ShowWName.hsgwern01-1/+1
2008-05-16remove ScratchWorkspace.David Roundy1-95/+0
2008-05-18Fixed location of xmonad.confRoman Cheplyaka1-1/+2
2008-05-18add site name in search prompt dialogzhen.sydow1-24/+26
2008-05-13add youtube to search engineszhen.sydow1-2/+6
2008-05-18SwapWorkspaces: swapTo Next|PrevDevin Mullins1-1/+11
2008-05-15UrgencyHook: removeVisiblesFromUrgents -> cleanupUrgentsDevin Mullins1-16/+22
2008-05-18Added XMonad.Config.PlainConfig: proof-of-concept GHC-less plain text configu...Braden Shepherdson1-0/+527
2008-05-17XMonad.Hooks.SetWMName: Update documentation to reflect the addition of start...lithis1-7/+7
2008-05-16I no longer use ScratchWorkspace.David Roundy1-4/+0
2008-05-16fix bug in smartBorders when combined with decorated windows.David Roundy1-4/+4
2008-05-15decent documentation for UrgencyHookDevin Mullins2-36/+125
2008-05-15X.A.WindowNavigation: currentPosition and setPosition share the same `inside`...Devin Mullins1-16/+16
2008-05-15X.A.WindowNavigation: have currentPosition handle axes independentlyDevin Mullins2-6/+10
2008-05-15fix compile warnings in BoringWindowsDevin Mullins1-0/+1
2008-05-14add BoringWindows module to make certain windows skipped when rotating focus.David Roundy2-4/+74
2008-05-14UrgencyHook: some documentation (more is needed)Devin Mullins1-5/+27
2008-05-14UrgencyHook: got rid of the need for instances to know about suppressWhenDevin Mullins1-28/+30
2008-05-13move AppLauncher from Actions module to Prompt modulezhen.sydow1-14/+16
2008-05-13X.A.WindowNavigation: comment cleanupDevin Mullins1-8/+3
2008-05-13windowRect now compensates for border widthDevin Mullins1-3/+3
2008-05-13X.A.WindowNavigation: update TODODevin Mullins1-1/+1
2008-05-12X.A.WindowNavigation: minor cleanupDevin Mullins1-8/+4
2008-05-12X.A.WindowNavigation: simplify inr somewhatDevin Mullins1-18/+13
2008-05-12X.A.WindowNavigation: clarityDevin Mullins1-4/+5