aboutsummaryrefslogtreecommitdiffstats
path: root/Dmenu.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Dmenu.hs')
-rw-r--r--Dmenu.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dmenu.hs b/Dmenu.hs
index c38bd1d..9980c44 100644
--- a/Dmenu.hs
+++ b/Dmenu.hs
@@ -43,7 +43,7 @@ runProcessWithInput cmd args input = do
return output
-- | Starts dmenu on the current screen. Requires this patch to dmenu:
--- http:\/\/www.jcreigh.com\/dmenu\/dmenu-2.8-xinerama.patch
+-- <http://www.jcreigh.com/dmenu/dmenu-3.2-xinerama.patch>
dmenuXinerama :: [String] -> X String
dmenuXinerama opts = do
curscreen <- (fromIntegral . W.screen . W.current) `liftM` gets windowset :: X Int