|
| XMonad.ManageHook | | Portability | not portable, uses cunning newtype deriving | | Stability | unstable | | Maintainer | sjanssen@cse.unl.edu |
|
|
|
| Description |
| An EDSL for ManageHooks
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
|
|
| 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.
|
|
|
| 'p && q'. && lifted to a Monad.
|
|
|
| 'p || q'. || lifted to a Monad.
|
|
|
| Queries that return the window title, resource, or class.
|
|
|
|
|
|
|
| Modify the WindowSet with a pure function.
|
|
|
| Move the window to the floating layer.
|
|
|
| Map the window and remove it from the WindowSet.
|
|
| Produced by Haddock version 2.4.2 |