mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-03 21:51:52 -07:00
Add some haddock formatting in U.Cursor
This commit is contained in:
@@ -24,10 +24,14 @@ import Graphics.X11.Xlib.Cursor
|
|||||||
import XMonad
|
import XMonad
|
||||||
|
|
||||||
-- $usage
|
-- $usage
|
||||||
-- setDefaultCursor xC_left_ptr
|
--
|
||||||
|
-- > setDefaultCursor xC_left_ptr
|
||||||
|
--
|
||||||
-- For example, to override the default gnome cursor:
|
-- For example, to override the default gnome cursor:
|
||||||
-- import XMonad.Util.Cursor
|
--
|
||||||
-- main = xmonad gnomeConfig { startupHook = setDefaultCursor xC_pirate }
|
-- > import XMonad.Util.Cursor
|
||||||
|
-- > main = xmonad gnomeConfig { startupHook = setDefaultCursor xC_pirate }
|
||||||
|
--
|
||||||
-- Arrr!
|
-- Arrr!
|
||||||
|
|
||||||
-- | Set the default (root) cursor
|
-- | Set the default (root) cursor
|
||||||
|
Reference in New Issue
Block a user