From c5f7a0ab918ee2e4296263b447157ea3bfcf180e Mon Sep 17 00:00:00 2001 From: Christian Thiemann Date: Fri, 12 Oct 2007 16:52:33 +0200 Subject: 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 --- ShellPrompt.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShellPrompt.hs') diff --git a/ShellPrompt.hs b/ShellPrompt.hs index 5dfb445..03d1f6e 100644 --- a/ShellPrompt.hs +++ b/ShellPrompt.hs @@ -22,7 +22,7 @@ module XMonadContrib.ShellPrompt ( import XMonad import XMonadContrib.XPrompt -import XMonadContrib.Dmenu +import XMonadContrib.Run import Control.Monad import Data.List -- cgit v1.2.3