Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. raiseNextMaybe :: X () -> Query Bool -> X ()

    xmonad-contrib XMonad.Actions.WindowGo

    See raiseMaybe. raiseNextMaybe is an alternative version that allows cycling through the matching windows. If the focused window matches the query the next matching window is raised. If no matches are found the function f is executed.

  2. raiseNextMaybeCustomFocus :: (Window -> WindowSet -> WindowSet) -> X () -> Query Bool -> X ()

    xmonad-contrib XMonad.Actions.WindowGo

    See raiseMaybe and raiseNextMaybe. In addition to all of the options offered by raiseNextMaybe raiseNextMaybeCustomFocus allows the user to supply the function that should be used to shift the focus to any window that is found.

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

  4. 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.

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

    xmonad-contrib XMonad.Util.Invisible

    No documentation available.

Page 320 of many | Previous | Next