mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 04:31:52 -07:00
If the user's prompt configuration has a custom `searchPredicate` (e.g., `X.P.FuzzyMatch.fuzzyMatch`) the `withWorkspace` prompt should make use of it (instead of defaulting to an `isPrefixOf`-style matching). For details see https://mail.haskell.org/pipermail/xmonad/2021-December/015491.html