diff options
Diffstat (limited to '')
-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 4298995..bc30fc6 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' |