aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt/Directory.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-1/+2
Ignore-this: 1cac9202784711ce0fc902d14543bab0 darcs-hash:20101023195755-1499c-57c41357d20cbf0d57522ce99bdbfff7b686ed52.gz
2010-03-14Directory.hs: rm trailing whitespacegwern01-1/+1
Ignore-this: 1e83cd71f6439603b577874317cac8bb darcs-hash:20100314210047-f7719-0333394968fb6f0c2651e9dd5f9915fdc8efbcad.gz
2009-09-28minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modulessean.escriva1-1/+1
Ignore-this: 25e71f59bdcc5bf94c2d6f476833216b darcs-hash:20090928204443-29414-d1844586f2955c8b76d971b20d6e2b6c1ea91d4d.gz
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
2007-11-21Updated documentation of all prompts in XMonad.PromptAndrea Rossato1-1/+1
darcs-hash:20071121142715-32816-d7bc698f2a035139bf7a512af20804c872b6d467.gz
2007-11-01HierarchifySpencer Janssen1-5/+5
darcs-hash:20071101201059-a5988-fc1f1262bec1b69e13ba18ae7cefeafc8c4471d4.gz
2007-10-12Move runXXX functions to one moduleChristian Thiemann1-1/+1
This patch takes runProcessWithInput out of Dmenu, runProcessWithInputAndWait out of Dzen, and runInXTerm out of RunInXTerm and collects them in one central module called Run. This way, other modules may include Run instead of Dmenu to get what they want without giving the impression of making use of dmenu. darcs-hash:20071012145233-8602e-6f8fb66c62afecdbd52a6a9122b5ecb55fc7f8bc.gz
2007-10-07Maybe? What Maybe? (rollback earlier dmenu change)Devin Mullins1-3/+1
darcs-hash:20071007185915-78224-5dc94fbbbc960a853654321317e2b8ba54d8be2a.gz
2007-10-06change Dmenu functions to return IO/X (Maybe String)Devin Mullins1-1/+3
dmenu exits with code 1 when you hit Escape, and I wanna create a contrib that takes advantage of that. This required changes in four contribs (Commands, DirectoryPrompt, ShellPrompt, and WorkspaceDir), and might require changes in users' Configs. Also, I'm not sure some of the changes I made to the client code are very Haskelly. Would appreciate input there. darcs-hash:20071006070959-78224-eeefb4300d6d3de7b199f2b1ad37ba43384e03f1.gz
2007-09-19DirectoryPrompt.hs: add missing type signature.Joachim Fasting1-0/+1
darcs-hash:20070919213736-928c4-4d7b0b44ba6145557e4376f41e8ad6776f3e5538.gz
2007-08-18DirectoryPrompt: removed ShellPrompt usage info and added pointer to ↵Andrea Rossato1-18/+1
WorkspaceDir darcs-hash:20070818083105-32816-727878711d9d1cad6e24a32279a5680dd627ee93.gz
2007-08-14use XPrompt in WorkspaceDir.David Roundy1-0/+59
darcs-hash:20070814191103-72aca-dfa6265cb6f55918e7f66f856fb7e60ac22b42cd.gz