From fe253a602c96d5b51125321717c76f15b2f378b3 Mon Sep 17 00:00:00 2001 From: Norbert Zeh Date: Fri, 12 Dec 2008 19:18:19 +0000 Subject: [PATCH] fixed documentation for banish banish actually warps to the specified corner of the current window, not the screen. --- XMonad/Actions/Warp.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XMonad/Actions/Warp.hs b/XMonad/Actions/Warp.hs index 42989959..bc30fc65 100644 --- a/XMonad/Actions/Warp.hs +++ b/XMonad/Actions/Warp.hs @@ -49,7 +49,7 @@ Note that warping to a particular screen may change the focus. data Corner = UpperLeft | UpperRight | LowerLeft | LowerRight -{- | Move the mouse cursor to a corner of the screen. Useful for +{- | Move the mouse cursor to a corner of the focused window. Useful for uncluttering things. Internally, this uses numerical parameters. We parametrize on the 'Corner'