mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
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.
This commit is contained in:
parent
2dc1b0c5f7
commit
ddb522d0cb
@ -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
|
||||
|
||||
-}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user