aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Doc/Extending.hs
diff options
context:
space:
mode:
authorAndres Salomon <dilinger@collabora.co.uk>2009-09-15 18:56:04 +0200
committerAndres Salomon <dilinger@collabora.co.uk>2009-09-15 18:56:04 +0200
commitcd29d500d627ad79606d566c0f8b6d39b8d28b20 (patch)
tree3b6460de9daccef5ebe29bfada662a6e1abad313 /XMonad/Doc/Extending.hs
parent41ab49b08e374f864b99e8c09989eec04f0261e1 (diff)
downloadXMonadContrib-cd29d500d627ad79606d566c0f8b6d39b8d28b20.tar.gz
XMonadContrib-cd29d500d627ad79606d566c0f8b6d39b8d28b20.tar.xz
XMonadContrib-cd29d500d627ad79606d566c0f8b6d39b8d28b20.zip
XMonadContrib: add a utility module to set the default cursor
Ignore-this: b0559b7b2617db90506492aa1479cde This adds XMonad.Util.Cursor, which defines a function that allows setting the default mouse cursor. This can be useful for (for example) gnomeConfig, to ensure that the root cursor is changed from X_cursor to left_ptr. darcs-hash:20090915165604-40516-682a702c21bdb6b712bdab38a370849932e9f632.gz
Diffstat (limited to 'XMonad/Doc/Extending.hs')
-rw-r--r--XMonad/Doc/Extending.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/XMonad/Doc/Extending.hs b/XMonad/Doc/Extending.hs
index 88c2c80..0c12c68 100644
--- a/XMonad/Doc/Extending.hs
+++ b/XMonad/Doc/Extending.hs
@@ -811,6 +811,8 @@ external utilities.
A non complete list with a brief description:
+* "XMonad.Util.Cursor": configure the default cursor/pointer glyph.
+
* "XMonad.Util.CustomKeys": configure key bindings (see
"XMonad.Doc.Extending#Editing_key_bindings").