aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Doc')
-rw-r--r--XMonad/Doc/Extending.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/XMonad/Doc/Extending.hs b/XMonad/Doc/Extending.hs
index 10556aa..12e7591 100644
--- a/XMonad/Doc/Extending.hs
+++ b/XMonad/Doc/Extending.hs
@@ -152,6 +152,9 @@ edit your key bindings.
* "XMonad.Actions.RotView": cycle through non-empty workspaces.
+* "XMonad.Actions.Search": provide helpful functions for easily
+ running web searchs.
+
* "XMonad.Actions.SimpleDate": display the date in a popup menu.
* "XMonad.Actions.SinkAll": sink all floating windows.
@@ -226,6 +229,9 @@ Here is a list of the modules found in @XMonad.Hooks@:
* "XMonad.Hooks.ManageDocks": handle DOCK and STRUT windows appropriately.
+* "XMonad.Hooks.ManageHelpers": provide helper functions to be used
+ in @manageHook@.
+
* "XMonad.Hooks.SetWMName": set the WM name. Useful when e.g. running
Java GUI programs.
@@ -307,6 +313,8 @@ For more information on using those modules for customizing your
* "XMonad.Layout.Roledex": a \"completely pointless layout which acts
like Microsoft's Flip 3D\".
+* "XMonad.Layout.ShowWName": Show the name of the current workspace when switching.
+
* "XMonad.Layout.Spiral": Fibonacci spiral layout.
* "XMonad.Layout.Square": split the screen into a square area plus the rest.