Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
ewmhDesktopsMaybeManageHook :: MaybeManageHookxmonad-contrib XMonad.Hooks.EwmhDesktops ewmhDesktopsManageHook as a MaybeManageHook for use with composeOne. Returns Nothing if the window didn't indicate any desktop preference, otherwise Just (even if the preferred desktop was out of bounds).
-
xmonad-contrib XMonad.Layout.LayoutModifier handleMessOrMaybeModifyIt allows you to intercept messages sent to the underlying layout, in order to have an effect in the X monad, alter the layout modifier state, or produce a modified message to be passed on to the underlying layout. The default implementation of handleMessOrMaybeModifyIt simply passes on the message to handleMess.
fromIMaybe :: a -> Invisible Maybe a -> axmonad-contrib XMonad.Util.Invisible No documentation available.