mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Actions.WindowGo: typo fix - trim 's' per cub.uanic https://code.google.com/p/xmonad/issues/detail?id=491
This commit is contained in:
parent
219b4dd8fb
commit
dd591587f6
@ -114,7 +114,7 @@ raise = raiseMaybe $ return ()
|
|||||||
Mutt which you just did for Firefox - but Mutt runs inside a terminal window?
|
Mutt which you just did for Firefox - but Mutt runs inside a terminal window?
|
||||||
No problem: you search for a terminal window calling itself \"mutt\", and if
|
No problem: you search for a terminal window calling itself \"mutt\", and if
|
||||||
there isn't you run a terminal with a command to run Mutt! Here's an example
|
there isn't you run a terminal with a command to run Mutt! Here's an example
|
||||||
(borrowing 'runInTerm' from "XMonad.Utils.Run"):
|
(borrowing 'runInTerm' from "XMonad.Util.Run"):
|
||||||
|
|
||||||
> , ((modm, xK_m), raiseMaybe (runInTerm "-title mutt" "mutt") (title =? "mutt"))
|
> , ((modm, xK_m), raiseMaybe (runInTerm "-title mutt" "mutt") (title =? "mutt"))
|
||||||
-}
|
-}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user