diff options
Diffstat (limited to 'XMonad/Actions/Warp.hs')
-rw-r--r-- | XMonad/Actions/Warp.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 -} |