mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-17 21:33:46 -07:00
X.U.ClickableWorkspaces: Drop obsolete doc reference
This commit is contained in:
@@ -74,7 +74,6 @@ clickablePP = clickableRenamedPP id
|
||||
-- | Alternative to 'clickablePP' that allows changing the visible workspace
|
||||
-- name. Useful for integration with modules that change workspace names, such
|
||||
-- as "XMonad.Layout.IndependentScreens" and "XMonad.Actions.WorkspaceNames".
|
||||
-- See "XMonad.Util.ClickableWorkspaces.Integrations".
|
||||
clickableRenamedPP :: (WorkspaceId -> String) -> PP -> X PP
|
||||
clickableRenamedPP ren pp = do
|
||||
clickable <- getClickable ren
|
||||
|
Reference in New Issue
Block a user