mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
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:
parent
7d5235e942
commit
929c9a1b56
@ -6,8 +6,12 @@ Maintainer : <gwern0@gmail.com>
|
|||||||
Stability : unstable
|
Stability : unstable
|
||||||
Portability : unportable
|
Portability : unportable
|
||||||
|
|
||||||
Defines a few simple operations for raising windows based on XMonad's Query
|
Defines a few convenient operations for raising (traveling to) windows based on XMonad's Query
|
||||||
monad, such as 'runOrRaise'. -}
|
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 (
|
module XMonad.Actions.WindowGo (
|
||||||
-- * Usage
|
-- * Usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user