mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 01:31:52 -07:00
WindowGo.hs: fix syntax in example
This commit is contained in:
@@ -72,7 +72,7 @@ raise = raiseMaybe $ return ()
|
||||
there isn't you run a terminal with a command to run mutt! Here's an example,
|
||||
borrowing 'runInTerm' from XMonad.Utils.Run:
|
||||
|
||||
> , ((modm, xK_m ), raiseMaybe (runInTerm -title "mutt" "mutt") (title =? "mutt"))
|
||||
> , ((modm, xK_m ), raiseMaybe (runInTerm "-title mutt" "mutt") (title =? "mutt"))
|
||||
-}
|
||||
raiseMaybe :: X () -> Query Bool -> X ()
|
||||
raiseMaybe f thatUserQuery = withWindowSet $ \s -> do
|
||||
|
Reference in New Issue
Block a user