mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
Fix incorrect documentation for WorkspaceHistory
This commit is contained in:
parent
305c8eff0d
commit
3b4a3d2bd2
@ -111,11 +111,11 @@ import Graphics.X11.Xrender
|
||||
--
|
||||
-- Then add it to your 'XMonad.Core.workspaces' using the 'toWorkspaces' function.
|
||||
--
|
||||
-- Optionally, if you add 'workspaceHistory' to your 'logHook' you can use the \'o\' and \'i\' keys to select from previously-visited workspaces
|
||||
-- Optionally, if you add 'workspaceHistoryHook' to your 'logHook' you can use the \'o\' and \'i\' keys to select from previously-visited workspaces
|
||||
--
|
||||
-- > xmonad $ defaultConfig { ...
|
||||
-- > , workspaces = toWorkspaces myWorkspaces
|
||||
-- > , logHook = workspaceHistory
|
||||
-- > , logHook = workspaceHistoryHook
|
||||
-- > }
|
||||
--
|
||||
-- After that you still need to bind buttons to 'treeselectWorkspace' to start selecting a workspaces and moving windows
|
||||
|
Loading…
x
Reference in New Issue
Block a user