mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-12 18:55:57 -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
|
||||
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
|
||||
|
Reference in New Issue
Block a user