mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-14 03:35:54 -07:00
comment: Gave URL to xinerama-enabled dmenu patch
This commit is contained in:
2
Dmenu.hs
2
Dmenu.hs
@@ -21,6 +21,8 @@ runProcessWithInput cmd args input = do
|
|||||||
waitForProcess ph
|
waitForProcess ph
|
||||||
return output
|
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 :: [String] -> X String
|
||||||
dmenuXinerama opts = do
|
dmenuXinerama opts = do
|
||||||
ws <- gets workspace
|
ws <- gets workspace
|
||||||
|
Reference in New Issue
Block a user