mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-12 18:55:57 -07:00
X.U.ClickableWorkspaces: Fix typo
This commit is contained in:
@@ -57,7 +57,7 @@ clickableWrap :: Int -> String -> String
|
|||||||
clickableWrap i ws = xmobarAction ("xdotool set_desktop " ++ show i) "1" ws
|
clickableWrap i ws = xmobarAction ("xdotool set_desktop " ++ show i) "1" ws
|
||||||
|
|
||||||
-- | 'XMonad.Util.WorkspaceCompare.getWsIndex' extended to handle workspaces
|
-- | 'XMonad.Util.WorkspaceCompare.getWsIndex' extended to handle workspaces
|
||||||
-- not the static 'workspaces' config, such as those created by
|
-- not in the static 'workspaces' config, such as those created by
|
||||||
-- "XMonad.Action.DynamicWorkspaces".
|
-- "XMonad.Action.DynamicWorkspaces".
|
||||||
--
|
--
|
||||||
-- Uses 'getSortByIndex', as that's what "XMonad.Hooks.EwmhDesktops" uses to
|
-- Uses 'getSortByIndex', as that's what "XMonad.Hooks.EwmhDesktops" uses to
|
||||||
|
Reference in New Issue
Block a user