aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-07Sshprompt: Add explanation for the completion in sshpromptdominik1-0/+3
darcs-hash:20071207000904-f60c0-0bc47e5a8656171b19d6f1a9f935fc78621ab520.gz
2007-12-08Remove XMonad.Operations importsSpencer Janssen2-2/+0
darcs-hash:20071208000547-a5988-874ebc1bfa76ad6ec2191812240fa2303b2d531c.gz
2007-12-08Remove redundant importsSpencer Janssen2-2/+0
darcs-hash:20071207233827-a5988-9e41d51120499637f14d115f2cf1428edaf326bb.gz
2007-11-28refactor XMonad.Prompt, add new modules XMonad.Prompt.{Input,Email}Brent Yorgey2-0/+177
XMonad.Prompt.Input is a new module which provides a framework for prompting the user for input and passing it along to some other action, useful for building actions which require user input. XMonad.Prompt.Email is a simple example of the use of XMonad.Prompt.Input, which prompts the user for a recipient, subject, and body, and sends a one-line email. I also made a small refactoring to XMonad.Prompt in order to support XMonad.Prompt.Input. darcs-hash:20071128142417-bd4d7-659505bd53d074cd3d11df65014a722b6275d57c.gz
2007-11-27AppendFile: initial importBrent Yorgey1-0/+66
XMonad.Prompt.AppendFile is a new module which provides a prompt for appending a single line of text to a file. I use it for quickly writing down ideas/todos/etc. to a special file when I can't be bothered to stop what I'm doing to write things down properly. darcs-hash:20071127224258-bd4d7-6695475026c9032a5f007ef924abb7dd3334181e.gz
2007-11-22Prompt/Man.hs: fixing haddockValery V. Vorotyntsev1-10/+9
darcs-hash:20071122091828-ae588-e7953336858148314ed68056c16b5389f755a634.gz
2007-11-21Updated documentation of all prompts in XMonad.PromptAndrea Rossato8-42/+36
darcs-hash:20071121142715-32816-d7bc698f2a035139bf7a512af20804c872b6d467.gz
2007-11-21Shell: small doc fixAndrea Rossato1-2/+2
darcs-hash:20071121141013-32816-56d68d4aec55a79510af79e993469ffa74a472d6.gz
2007-11-18Prompt/*: add XConfig variable to keybindings in doc.Joachim Fasting7-14/+14
darcs-hash:20071118144849-928c4-27456c3d84792fde8812db60dec0fa7878a0f3c4.gz
2007-11-18Prompt/XMonad.hs: minor typo in doc.Joachim Fasting1-1/+1
darcs-hash:20071118144722-928c4-c5c151763571d55d854746982b1fa57c54ebe5f1.gz
2007-11-18Prompt/Man.hs: remove docstring.Joachim Fasting1-1/+1
darcs-hash:20071118143240-928c4-b8478ece740d7d104549836c351aaf4ef3f0a66e.gz
2007-11-18Prompt/Workspace.hs: suggest using defaultXPConfig in usage doc.Joachim Fasting1-2/+3
darcs-hash:20071117230940-928c4-8863f76809c6d77f95a3730ddfbd73280cf72a29.gz
2007-11-18Prompt/Workspace.hs: update module description.Joachim Fasting1-1/+1
darcs-hash:20071117230931-928c4-226016871b3adf6eae326b7b57fd4f9342d0d8a6.gz
2007-11-18Prompt/Window.hs: fix import statements in usage doc.Joachim Fasting1-2/+2
darcs-hash:20071117230854-928c4-3ca06e4b428cbf4cd9dc00c3244ecda80e5ef27d.gz
2007-11-18Prompt/Ssh.hs: fix import statements in usage doc.Joachim Fasting1-2/+2
darcs-hash:20071117230814-928c4-d9b36cd923c4609c1b06e99592feca9c29b165da.gz
2007-11-18Prompt/Man.hs: tweak import stuff in usage doc.Joachim Fasting1-3/+4
darcs-hash:20071117230734-928c4-3913925d7feb535b60c9dbbaae100864fcbf0883.gz
2007-11-18Prompt/Layout.hs: add missing import to usage doc.Joachim Fasting1-1/+2
darcs-hash:20071117230627-928c4-4b00476b9ac010868af4eaa8cdbfba4c1f8134da.gz
2007-11-17Prompt/Shell.hs: fix invalid module import in usage doc.Joachim Fasting1-1/+1
darcs-hash:20071117224614-928c4-f3676bffbfc1d7e46f4e6280bb7fed2a9ebe412d.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
2007-11-06Man.hs: -Wall option not necessary as that's turned on in the Cabal filesgwern01-1/+0
darcs-hash:20071106190659-f7719-a669d6be20e9f7f5cc2da374ace7bfcd9180de86.gz
2007-11-05-Wall policeSpencer Janssen1-1/+1
darcs-hash:20071105060036-a5988-67e0d7402a87ae5d672e5b556a5a03caf6ad5559.gz
2007-11-01HierarchifySpencer Janssen7-0/+569
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz