aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* New module: X.L.Groups.Examplesquentin.moser2010-01-171-0/+518
* New module: X.L.Groupsquentin.moser2010-01-171-0/+496
* New module: X.L.ZoomRowquentin.moser2010-01-171-0/+258
* New module: X.L.Renamedquentin.moser2010-01-171-0/+71
* New module: X.U.Stackquentin.moser2010-01-171-0/+340
* bugfix: removeKeys should remove all keys in the provided listDaniel Wagner2010-03-271-1/+1
* fixed argument order to isPrefixOf in a couple of places in X.A.SearchJurgen Doser2010-03-161-4/+4
* X.P.Ssh: add entries from .ssh/config to ssh prompt completionBrent Yorgey2009-12-291-1/+19
* X.H.DynamicLog: let the user of xmonadPropLog choose property nameTomas Janousek2010-03-191-6/+11
* Replace.hs: rm trailing whitespacegwern02010-03-141-2/+2
* Workspace.hs: rm trailing whitespacegwern02010-03-141-1/+1
* Layout.hs: rm trailing whitespacegwern02010-03-141-1/+1
* Directory.hs: rm trailing whitespacegwern02010-03-141-1/+1
* MessageControl: rm trailing whitespacegwern02010-03-141-3/+3
* LimitWindows.hs: rm trailing whitespacegwern02010-03-141-1/+1
* LayoutCombinators.hs: rm trailing whitespacegwern02010-03-141-1/+1
* DecorationAddons.hs: rm trailing whitespacegwern02010-03-141-1/+1
* Column.hs: rm whitespacegwern02010-03-141-2/+2
* DynamicWorkspaces.hs: rm whitespacegwern02010-03-141-1/+1
* Fix bugs with nested drawers in X.L.DrawerMax Rabkin2010-03-101-9/+10
* Correct L.Drawer haddock markup and re-export required module.Adam Vogt2010-03-081-10/+11
* Added X.L.DrawerMax Rabkin2010-03-082-1/+129
* X.U.WorkspaceCompare xinerama compare with physical orderAnders Engstrom2010-03-081-2/+20
* X.U.Dmenu helpers to run dmenu with argumentsAnders Engstrom2010-03-081-4/+17
* X.L.LayoutScreens split current screenAnders Engstrom2010-03-081-1/+16
* X.A.PhysicalScreens cleaning and allow cyclingAnders Engstrom2010-03-081-10/+38
* Use imported 'fi' in H.ScreenCornersAdam Vogt2010-02-221-3/+1
* X.H.ScreenCorners typosNils Schweinsberg2010-02-221-4/+4
* X.H.ScreenCorners rewritten to use InputOnly windows instead of waiting for M...Nils Schweinsberg2010-02-221-59/+121
* [patch] X.H.ScreenCorners: move the mouse cursor to avoid loopsNils Schweinsberg2010-02-221-5/+8
* Prevent possible pattern match failure in X.A.UpdateFocusDaniel Schoepe2010-02-221-2/+2
* New extension: XMonad.Hooks.ScreenCornersNils Schweinsberg2010-02-221-0/+107
* documentation for marshallPPdaniel2010-02-151-11/+24
* DynamicLog support for IndependentScreensDaniel Wagner2010-01-041-9/+43
* minor style changesDaniel Wagner2009-12-281-8/+7
* XMonad.Prompt: remove white border from greenXPConfiggwern02010-02-111-1/+1
* Fixed reversed history searching direction in X.P.history(Up|Down)MatchingDaniel Schoepe2010-02-081-2/+2
* Compatibility for rename of XMonad.numlockMaskAdam Vogt2010-01-241-3/+3
* Use extensible-exceptions to allow base-3 or base-4Adam Vogt2010-01-246-15/+19
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-1245-68/+13
* Corrected documentation in X.PromptDaniel Schoepe2010-02-011-2/+2
* Use Stack instead of list in X.Prompt.history*MatchingDaniel Schoepe2010-02-011-21/+28
* BluetileConfig: Fullscreen tweaks and border color changeJan Vornberger2010-02-011-2/+5
* A.CycleWindows replace partial rotUp and rotDown with safer versionsWirt Wolff2010-01-241-3/+5
* Use <+> instead of explicit M.union to merge keybindings in X.C.*Adam Vogt2010-01-245-6/+6
* Fix incorrect import suggestion in L.Tabbed (issue 362)Adam Vogt2010-01-211-1/+1
* Swap window ordering in L.Accordion (closes Issue 358). Thanks rsaarelm.Adam Vogt2010-01-211-1/+1
* use restart to restart xmonad (no longer bluetile)Jens Petersen2010-01-161-2/+2
* X.L.Decoration: avoid flicker by not showing decowins without rectanglesTomas Janousek2010-01-161-1/+1
* Add a way to cycle only through matching history entries in X.PromptDaniel Schoepe2010-01-141-0/+40