| ||||||||
| ||||||||
| ||||||||
Description | ||||||||
A module for setting the default mouse cursor. Some ideas shamelessly stolen from Nils Schweinsberg; thanks! | ||||||||
Synopsis | ||||||||
| ||||||||
Usage: | ||||||||
setDefaultCursor xC_left_ptr For example, to override the default gnome cursor: import XMonad.Util.Cursor main = xmonad gnomeConfig { startupHook = setDefaultCursor xC_pirate } Arrr! | ||||||||
module Graphics.X11.Xlib.Cursor | ||||||||
setDefaultCursor :: Glyph -> X () | ||||||||
Set the default (root) cursor | ||||||||
Produced by Haddock version 2.6.0 |