From 8f71c70d37a548262596011f15ce3643d157da4c Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Sat, 9 Feb 2008 22:51:35 +0000 Subject: [PATCH] WindowGo.hs: fix syntax in example --- XMonad/Actions/WindowGo.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/Actions/WindowGo.hs b/XMonad/Actions/WindowGo.hs index ccc435ab..d1d08cec 100644 --- a/XMonad/Actions/WindowGo.hs +++ b/XMonad/Actions/WindowGo.hs @@ -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