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.

  1. ewmhDesktopsMaybeManageHook :: MaybeManageHook

    xmonad-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).

  2. handleMessOrMaybeModifyIt :: LayoutModifier m a => m a -> SomeMessage -> X (Maybe (Either (m a) SomeMessage))

    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.

  3. fromIMaybe :: a -> Invisible Maybe a -> a

    xmonad-contrib XMonad.Util.Invisible

    No documentation available.

Page 325 of many | Previous | Next