diff options
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 |