WindowGo.hs: improve description

I'm still not sure whether the description makes sense if you don't already understand the idea.
This commit is contained in:
gwern0 2008-03-16 22:39:46 +00:00
parent 7d5235e942
commit 929c9a1b56

View File

@ -6,8 +6,12 @@ Maintainer : <gwern0@gmail.com>
Stability : unstable
Portability : unportable
Defines a few simple operations for raising windows based on XMonad's Query
monad, such as 'runOrRaise'. -}
Defines a few convenient operations for raising (traveling to) windows based on XMonad's Query
monad, such as 'runOrRaise'. runOrRaise will run a shell command unless it can
find a specified window; you would use this to automatically travel to your
Firefox or Emacs session, or start a new one (for example), instead of trying to
remember where you left it or whether you still have one running.
-}
module XMonad.Actions.WindowGo (
-- * Usage