From 4f97f028660bb8c16c18115e3a176206529a3362 Mon Sep 17 00:00:00 2001 From: gwern0 Date: Sun, 16 Mar 2008 23:39:46 +0100 Subject: 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 --- XMonad/Actions/WindowGo.hs | 8 ++++++-- 1 file 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 : 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 -- cgit v1.2.3