+XMonad.Util.XPaste: a module for pasting strings to windows

This commit is contained in:
gwern0
2008-09-20 15:21:06 +00:00
parent 9dd5fff540
commit 4ae4a7ec07
3 changed files with 78 additions and 0 deletions

View File

@@ -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;