aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/WindowGo.hs
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@gmail.com>2008-02-09 23:51:35 +0100
committerBrent Yorgey <byorgey@gmail.com>2008-02-09 23:51:35 +0100
commitb5be8711b216cdf5589faa9c1153dbf045f01bcc (patch)
tree2e5d522336b84b9bde8aa1190b3bccb06500cecb /XMonad/Actions/WindowGo.hs
parent471e4db8631364f7da5a10180cabcbebe05e8068 (diff)
downloadXMonadContrib-b5be8711b216cdf5589faa9c1153dbf045f01bcc.tar.gz
XMonadContrib-b5be8711b216cdf5589faa9c1153dbf045f01bcc.tar.xz
XMonadContrib-b5be8711b216cdf5589faa9c1153dbf045f01bcc.zip
WindowGo.hs: fix syntax in example
darcs-hash:20080209225135-bd4d7-5ab810a3ccac0935a9f5b9d312fe3b100b992973.gz
Diffstat (limited to '')
-rw-r--r--XMonad/Actions/WindowGo.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/WindowGo.hs b/XMonad/Actions/WindowGo.hs
index ccc435a..d1d08ce 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