mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 12:11:52 -07:00
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.
This commit is contained in:
@@ -33,7 +33,7 @@ import System.Directory ( setCurrentDirectory )
|
||||
|
||||
import XMonad
|
||||
import Operations ( sendMessage )
|
||||
import XMonadContrib.Dmenu ( runProcessWithInput )
|
||||
import XMonadContrib.Run ( runProcessWithInput )
|
||||
import XMonadContrib.XPrompt ( XPConfig )
|
||||
import XMonadContrib.DirectoryPrompt ( directoryPrompt )
|
||||
import XMonadContrib.LayoutModifier
|
||||
|
Reference in New Issue
Block a user