Add entry to XMonad.Doc.Extending

This commit is contained in:
Tom Smeets
2016-08-08 11:47:08 +02:00
parent 7e777bebfd
commit 8bfbafeae9

View File

@@ -301,6 +301,12 @@ edit your key bindings.
* "XMonad.Actions.TopicSpace":
Turns your workspaces into a more topic oriented system.
* "XMonad.Actions.TreeSelect":
TreeSelect displays your workspaces or actions in a Tree-like format.
You can select the desired workspace/action with the cursor or hjkl keys.
This module is fully configurable and very useful if you like to have a
lot of workspaces.
* "XMonad.Actions.UpdateFocus":
Updates the focus on mouse move in unfocused windows.