aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Layout.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-16remove myself as maintainer from code I don't maintain.David Roundy1-1/+1
Ignore-this: 362988aeca1996474942fa29ffcccbce5e543e57 darcs-hash:20090716153409-72aca-1f9c8d54efb3471fcdf965fb079f9a0b5527a74e.gz
2009-07-01Cleanup code duplication in X.P.Layout and X.P.Workspacesean.escriva1-4/+1
Ignore-this: 8675be8952f8d100c9042bdcdb962d3a darcs-hash:20090701215640-29414-635465e7306088202cdbe0bc5251811c9c7b5d73.gz
2007-12-08Remove XMonad.Operations importsSpencer Janssen1-1/+0
darcs-hash:20071208000547-a5988-874ebc1bfa76ad6ec2191812240fa2303b2d531c.gz
2007-12-08Remove redundant importsSpencer Janssen1-1/+0
darcs-hash:20071207233827-a5988-9e41d51120499637f14d115f2cf1428edaf326bb.gz
2007-11-21Updated documentation of all prompts in XMonad.PromptAndrea Rossato1-3/+6
darcs-hash:20071121142715-32816-d7bc698f2a035139bf7a512af20804c872b6d467.gz
2007-11-18Prompt/*: add XConfig variable to keybindings in doc.Joachim Fasting1-1/+1
darcs-hash:20071118144849-928c4-27456c3d84792fde8812db60dec0fa7878a0f3c4.gz
2007-11-18Prompt/Layout.hs: add missing import to usage doc.Joachim Fasting1-1/+2
darcs-hash:20071117230627-928c4-4b00476b9ac010868af4eaa8cdbfba4c1f8134da.gz
2007-11-11add two new modules, one to name layouts, another to select a layout.David Roundy1-0/+54
The latter is pretty useless, as there's no way to find out what layouts are available, but it can at least allow you to select between any layouts that you happen to be using already (in one workspace or another). The former is handy any time you'd rather have a short name for a layout (either for selecting, or for viewing in a status bar). darcs-hash:20071111195036-72aca-8ffbd496a9dbbdd7ca7e92a5bbedb568b2384485.gz