mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
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:
parent
ef0992f291
commit
e085e5a2ba
2
Dmenu.hs
2
Dmenu.hs
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user