- package:xmonad-contrib

p --> x. If p returns True, execute the ManageHook.
(-->) :: Monoid m => Query Bool -> Query m -> Query m -- a simpler type
A helper operator for use in composeAll. It takes a condition and a function taking a grouped datum to action. If p is true, it executes the resulting action.
A helper operator for use in composeOne. It takes a condition and an action; if the condition fails, it returns Nothing from the Query so composeOne will go on and try the next rule.
A helper operator for use in composeOne. It takes a condition and a function taking a groupdatum to action. If p is true, it executes the resulting action. If it fails, it returns Nothing from the Query so composeOne will go on and try the next rule.
Community-maintained extensions for xmonad Community-maintained tiling algorithms and extension modules for xmonad, an X11 tiling window manager. For an introduction to building, configuring and using xmonad extensions, see XMonad.Doc. In particular: XMonad.Doc.Configuring, a guide to configuring xmonad XMonad.Doc.Extending, using the contributed extensions library XMonad.Doc.Developing, introduction to xmonad internals and writing your own extensions.
This lets you remove from an attribute.
Combine an input with an ordinary string.
Combine inputs together.