aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorNorbert Zeh <nzeh@cs.dal.ca>2008-12-12 20:18:19 +0100
committerNorbert Zeh <nzeh@cs.dal.ca>2008-12-12 20:18:19 +0100
commit61211cbf62d50bf3f953a028d368518fb9092b67 (patch)
treee1d420d9c2ef46a4f21e8d0dc9c9c31c29fbcc88 /XMonad
parentf0e8963d6861860a5c1302a488017ce0314dbe03 (diff)
downloadXMonadContrib-61211cbf62d50bf3f953a028d368518fb9092b67.tar.gz
XMonadContrib-61211cbf62d50bf3f953a028d368518fb9092b67.tar.xz
XMonadContrib-61211cbf62d50bf3f953a028d368518fb9092b67.zip
fixed documentation for banish
banish actually warps to the specified corner of the current window, not the screen. darcs-hash:20081212191819-18a2b-710c812adaac7542b4d28f2a9b1c9ee3e41d2c0d.gz
Diffstat (limited to 'XMonad')
-rw-r--r--XMonad/Actions/Warp.hs2
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'