aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Doc/Extending.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Doc/Extending.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/XMonad/Doc/Extending.hs b/XMonad/Doc/Extending.hs
index 244ec43..9bcad51 100644
--- a/XMonad/Doc/Extending.hs
+++ b/XMonad/Doc/Extending.hs
@@ -490,6 +490,9 @@ A non complete list with a brief description:
workspaces in various ways, used by several other modules which need
to sort workspaces (e.g. "XMonad.Hooks.DynamicLog").
+* "XMonad.Util.XPaste" provides utilities for pasting or sending keys and
+ strings to windows;
+
* "XMonad.Util.XSelection" provide utilities for using the mouse
selection;