|
XMonad.ManageHook | Portability | not portable, uses cunning newtype deriving | Stability | unstable | Maintainer | spencerjanssen@gmail.com |
|
|
|
Description |
An EDSL for ManageHooks
|
|
Synopsis |
|
|
|
Documentation |
|
|
Lift an X action to a Query.
|
|
|
The identity hook that returns the WindowSet unchanged.
|
|
|
Compose two ManageHooks.
|
|
|
Compose the list of ManageHooks.
|
|
|
p --> x. If p returns True, execute the ManageHook.
|
|
|
q =? x. if the result of q equals x, return True.
|
|
|
&& lifted to a Monad.
|
|
|
|| lifted to a Monad.
|
|
|
Return the window title.
|
|
|
Return the application name.
|
|
|
Backwards compatible alias for appName.
|
|
|
Return the resource class.
|
|
|
A query that can return an arbitrary X property of type String,
identified by name.
|
|
|
|
|
Modify the WindowSet with a pure function.
|
|
|
Move the window to the floating layer.
|
|
|
Map the window and remove it from the WindowSet.
|
|
|
Move the window to a given workspace
|
|
Produced by Haddock version 2.4.2 |