mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-21 06:53:48 -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
|
-- | Alternative to 'clickablePP' that allows changing the visible workspace
|
||||||
-- name. Useful for integration with modules that change workspace names, such
|
-- name. Useful for integration with modules that change workspace names, such
|
||||||
-- as "XMonad.Layout.IndependentScreens" and "XMonad.Actions.WorkspaceNames".
|
-- as "XMonad.Layout.IndependentScreens" and "XMonad.Actions.WorkspaceNames".
|
||||||
-- See "XMonad.Util.ClickableWorkspaces.Integrations".
|
|
||||||
clickableRenamedPP :: (WorkspaceId -> String) -> PP -> X PP
|
clickableRenamedPP :: (WorkspaceId -> String) -> PP -> X PP
|
||||||
clickableRenamedPP ren pp = do
|
clickableRenamedPP ren pp = do
|
||||||
clickable <- getClickable ren
|
clickable <- getClickable ren
|
||||||
|
Reference in New Issue
Block a user