From 54164f5158089d30a0ad367f529245879cd7f63a Mon Sep 17 00:00:00 2001 From: gwern0 Date: Sun, 29 Jun 2008 13:55:04 +0200 Subject: fix Actions.Wap doc warp 1 1 has a comment claiming that this moves the cursor to the lower *left*, but if you look at the warpToWindow haddock, it says that 1 1 is actually lower *right* - as indeed it proved to do. This was annoying as it led me astray for a minute or so. darcs-hash:20080629115504-f7719-817bf2cf8a6d63688cd170daf6775d5e187c4d7f.gz --- XMonad/Actions/Warp.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMonad/Actions') diff --git a/XMonad/Actions/Warp.hs b/XMonad/Actions/Warp.hs index 9e08765..d943c5f 100644 --- a/XMonad/Actions/Warp.hs +++ b/XMonad/Actions/Warp.hs @@ -45,7 +45,7 @@ ways. Suppose you wanted to emulate Ratpoison's \'banish\' command, which moves the mouse pointer to a corner; you could define: > banish :: X () -> banish = warpToWindow 1 1 -- lower left +> banish = warpToWindow 1 1 -- lower right -} -- cgit v1.2.3