aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dmenu.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dmenu.hs b/Dmenu.hs
index 96fbd5d..a5c961f 100644
--- a/Dmenu.hs
+++ b/Dmenu.hs
@@ -21,6 +21,8 @@ runProcessWithInput cmd args input = do
waitForProcess ph
return output
+-- Starts dmenu on the current screen. Requires this patch to dmenu:
+-- http://www.jcreigh.com/dmenu/dmenu-2.8-xinerama.patch
dmenuXinerama :: [String] -> X String
dmenuXinerama opts = do
ws <- gets workspace