link to xinerama-dmenu patch for dmenu 3.2

Thanks to Dave Harrison for an updated version of the patch.
This commit is contained in:
Jason Creighton 2007-07-08 02:14:13 +00:00
parent ef0992f291
commit e085e5a2ba

View File

@ -43,7 +43,7 @@ runProcessWithInput cmd args input = do
return output return output
-- | Starts dmenu on the current screen. Requires this patch to dmenu: -- | 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 :: [String] -> X String
dmenuXinerama opts = do dmenuXinerama opts = do
curscreen <- (fromIntegral . W.screen . W.current) `liftM` gets windowset :: X Int curscreen <- (fromIntegral . W.screen . W.current) `liftM` gets windowset :: X Int