diff options
author | gwern0 <gwern0@gmail.com> | 2008-03-16 23:39:46 +0100 |
---|---|---|
committer | gwern0 <gwern0@gmail.com> | 2008-03-16 23:39:46 +0100 |
commit | 4f97f028660bb8c16c18115e3a176206529a3362 (patch) | |
tree | d47088d26278cf095b65beab16057bd0e0562d16 /XMonad | |
parent | 873faa46a4b4bd64b81f4a683b0b408278a3dd55 (diff) | |
download | XMonadContrib-4f97f028660bb8c16c18115e3a176206529a3362.tar.gz XMonadContrib-4f97f028660bb8c16c18115e3a176206529a3362.tar.xz XMonadContrib-4f97f028660bb8c16c18115e3a176206529a3362.zip |
WindowGo.hs: improve description
I'm still not sure whether the description makes sense if you don't already understand the idea.
darcs-hash:20080316223946-f7719-1dbefc20dcd3d3b6696db6bc220a2cb986ab0b64.gz
Diffstat (limited to '')
-rw-r--r-- | XMonad/Actions/WindowGo.hs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/XMonad/Actions/WindowGo.hs b/XMonad/Actions/WindowGo.hs index dd517ce..57878b9 100644 --- a/XMonad/Actions/WindowGo.hs +++ b/XMonad/Actions/WindowGo.hs @@ -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 |