mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-06 06:51:55 -07:00
X.A.WorkspaceCursors: Update X.H.DynamicLog references
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user