X.A.WorkspaceCursors: Update X.H.DynamicLog references

This commit is contained in:
Yecine Megdiche
2021-10-04 22:20:17 +02:00
parent 6ddde878ec
commit ac6705a144

View File

@@ -58,13 +58,10 @@ import XMonad.Prelude (find, fromJust, guard, liftA2, toList, when, (<=<))
-- --
-- > import XMonad -- > import XMonad
-- > import XMonad.Actions.WorkspaceCursors -- > import XMonad.Actions.WorkspaceCursors
-- > import XMonad.Hooks.DynamicLog
-- > import XMonad.Util.EZConfig -- > import XMonad.Util.EZConfig
-- > import qualified XMonad.StackSet as W -- > import qualified XMonad.StackSet as W
-- > -- >
-- > main = do -- > main = xmonad conf
-- > x <- xmobar conf
-- > xmonad x
-- > -- >
-- > conf = additionalKeysP def -- > conf = additionalKeysP def
-- > { layoutHook = workspaceCursors myCursors $ layoutHook def -- > { layoutHook = workspaceCursors myCursors $ layoutHook def
@@ -89,7 +86,8 @@ import XMonad.Prelude (find, fromJust, guard, liftA2, toList, when, (<=<))
-- workspaces. Or change it such that workspaces are created when you try to -- workspaces. Or change it such that workspaces are created when you try to
-- view it. -- view it.
-- --
-- * Function for pretty printing for DynamicLog that groups workspaces by -- * Function for pretty printing for "XMonad.Hooks.StatusBar.PP" that groups
-- workspaces by
-- common prefixes -- common prefixes
-- --
-- * Examples of adding workspaces to the cursors, having them appear multiple -- * Examples of adding workspaces to the cursors, having them appear multiple