From 866cc2c6a4a176b5001594e5b122505792ad7c72 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Sun, 13 Jan 2008 10:32:11 +0100 Subject: Doc.Extending: added links and description of recent module addition darcs-hash:20080113093211-32816-dc365a15761f0087f227de61864f6359b9ef209c.gz --- XMonad/Doc/Extending.hs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'XMonad/Doc') 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. -- cgit v1.2.3