aboutsummaryrefslogtreecommitdiffstats
path: root/DirectoryPrompt.hs
diff options
context:
space:
mode:
authorChristian Thiemann <mail@christian-thiemann.de>2007-10-12 16:52:33 +0200
committerChristian Thiemann <mail@christian-thiemann.de>2007-10-12 16:52:33 +0200
commitc5f7a0ab918ee2e4296263b447157ea3bfcf180e (patch)
tree6fedead21ca002adbdf4eec36509bc8baf4b16b6 /DirectoryPrompt.hs
parentc3d8c3ed79f56ed5b7b57684b6d2c9e40b9e0f57 (diff)
downloadXMonadContrib-c5f7a0ab918ee2e4296263b447157ea3bfcf180e.tar.gz
XMonadContrib-c5f7a0ab918ee2e4296263b447157ea3bfcf180e.tar.xz
XMonadContrib-c5f7a0ab918ee2e4296263b447157ea3bfcf180e.zip
Move runXXX functions to one module
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
Diffstat (limited to 'DirectoryPrompt.hs')
-rw-r--r--DirectoryPrompt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DirectoryPrompt.hs b/DirectoryPrompt.hs
index b010d4f..a8d58f8 100644
--- a/DirectoryPrompt.hs
+++ b/DirectoryPrompt.hs
@@ -20,7 +20,7 @@ module XMonadContrib.DirectoryPrompt (
import XMonad
import XMonadContrib.XPrompt
-import XMonadContrib.Dmenu ( runProcessWithInput )
+import XMonadContrib.Run ( runProcessWithInput )
-- $usage
-- For an example usage see "XMonadContrib.WorkspaceDir"