aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-17New module: X.L.Groups.Examplesquentin.moser1-0/+518
2010-01-17New module: X.L.Groupsquentin.moser1-0/+496
2010-01-17New module: X.L.ZoomRowquentin.moser1-0/+258
2010-01-17New module: X.L.Renamedquentin.moser1-0/+71
2010-01-17New module: X.U.Stackquentin.moser1-0/+340
2010-03-27bugfix: removeKeys should remove all keys in the provided listDaniel Wagner1-1/+1
2010-03-16fixed argument order to isPrefixOf in a couple of places in X.A.SearchJurgen Doser1-4/+4
2009-12-29X.P.Ssh: add entries from .ssh/config to ssh prompt completionBrent Yorgey1-1/+19
2010-03-19X.H.DynamicLog: let the user of xmonadPropLog choose property nameTomas Janousek1-6/+11
2010-03-14Replace.hs: rm trailing whitespacegwern01-2/+2
2010-03-14Workspace.hs: rm trailing whitespacegwern01-1/+1
2010-03-14Layout.hs: rm trailing whitespacegwern01-1/+1
2010-03-14Directory.hs: rm trailing whitespacegwern01-1/+1
2010-03-14MessageControl: rm trailing whitespacegwern01-3/+3
2010-03-14LimitWindows.hs: rm trailing whitespacegwern01-1/+1
2010-03-14LayoutCombinators.hs: rm trailing whitespacegwern01-1/+1
2010-03-14DecorationAddons.hs: rm trailing whitespacegwern01-1/+1
2010-03-14Column.hs: rm whitespacegwern01-2/+2
2010-03-14DynamicWorkspaces.hs: rm whitespacegwern01-1/+1
2010-03-10Fix bugs with nested drawers in X.L.DrawerMax Rabkin1-9/+10
2010-03-08Correct L.Drawer haddock markup and re-export required module.Adam Vogt1-10/+11
2010-03-08Added X.L.DrawerMax Rabkin2-1/+129
2010-03-08X.U.WorkspaceCompare xinerama compare with physical orderAnders Engstrom1-2/+20
2010-03-08X.U.Dmenu helpers to run dmenu with argumentsAnders Engstrom1-4/+17
2010-03-08X.L.LayoutScreens split current screenAnders Engstrom1-1/+16
2010-03-08X.A.PhysicalScreens cleaning and allow cyclingAnders Engstrom1-10/+38
2010-02-22Use imported 'fi' in H.ScreenCornersAdam Vogt1-3/+1
2010-02-22X.H.ScreenCorners typosNils Schweinsberg1-4/+4
2010-02-22X.H.ScreenCorners rewritten to use InputOnly windows instead of waiting for M...Nils Schweinsberg1-59/+121
2010-02-22[patch] X.H.ScreenCorners: move the mouse cursor to avoid loopsNils Schweinsberg1-5/+8
2010-02-22Prevent possible pattern match failure in X.A.UpdateFocusDaniel Schoepe1-2/+2
2010-02-22New extension: XMonad.Hooks.ScreenCornersNils Schweinsberg1-0/+107
2010-02-15documentation for marshallPPdaniel1-11/+24
2010-01-04DynamicLog support for IndependentScreensDaniel Wagner1-9/+43
2009-12-28minor style changesDaniel Wagner1-8/+7
2010-02-11XMonad.Prompt: remove white border from greenXPConfiggwern01-1/+1
2010-02-08Fixed reversed history searching direction in X.P.history(Up|Down)MatchingDaniel Schoepe1-2/+2
2010-01-24Compatibility for rename of XMonad.numlockMaskAdam Vogt1-3/+3
2010-01-24Use extensible-exceptions to allow base-3 or base-4Adam Vogt6-15/+19
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey45-68/+13
2010-02-01Corrected documentation in X.PromptDaniel Schoepe1-2/+2
2010-02-01Use Stack instead of list in X.Prompt.history*MatchingDaniel Schoepe1-21/+28
2010-02-01BluetileConfig: Fullscreen tweaks and border color changeJan Vornberger1-2/+5
2010-01-24A.CycleWindows replace partial rotUp and rotDown with safer versionsWirt Wolff1-3/+5
2010-01-24Use <+> instead of explicit M.union to merge keybindings in X.C.*Adam Vogt5-6/+6
2010-01-21Fix incorrect import suggestion in L.Tabbed (issue 362)Adam Vogt1-1/+1
2010-01-21Swap window ordering in L.Accordion (closes Issue 358). Thanks rsaarelm.Adam Vogt1-1/+1
2010-01-16use restart to restart xmonad (no longer bluetile)Jens Petersen1-2/+2
2010-01-16X.L.Decoration: avoid flicker by not showing decowins without rectanglesTomas Janousek1-1/+1
2010-01-14Add a way to cycle only through matching history entries in X.PromptDaniel Schoepe1-0/+40