Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. ppPrinters :: PP -> WSPP

    xmonad-contrib XMonad.Hooks.DynamicLog

    extend workspace types with custom predicates. Check $predicates for more details.

  2. fallbackPrinters :: WSPP

    xmonad-contrib XMonad.Hooks.StatusBar.PP

    For a PP pp, fallbackPrinters pp returns the default WSPP used to format workspaces: the formatter chosen corresponds to the first matching workspace type, respecting the following precedence: ppUrgent, ppCurrent, ppVisible, ppVisibleNoWindows, ppHidden, ppHiddenNoWindows. This can be useful if one needs to use the default set of formatters and post-process their output. (For pre-processing their input, there's ppRename.)

  3. ppPrinters :: PP -> WSPP

    xmonad-contrib XMonad.Hooks.StatusBar.PP

    extend workspace types with custom predicates. Check $predicates for more details.

Page 461 of many | Previous | Next