aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions/FloatKeys.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Actions/FloatKeys.hs')
-rw-r--r--XMonad/Actions/FloatKeys.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/FloatKeys.hs b/XMonad/Actions/FloatKeys.hs
index 52ca90e..31784d1 100644
--- a/XMonad/Actions/FloatKeys.hs
+++ b/XMonad/Actions/FloatKeys.hs
@@ -53,7 +53,7 @@ import Graphics.X11.Xlib.Extras
-- keysResizeWindow (-10, -10) (0, 1) shrinks the window in direction of the bottom-left corner
--
-- keysAbsResizeWindow (dx, dy) (ax, ay) changes the width by dx and the height by dy leaving the screen
--- absolut point (ax, ay) fixed
+-- absolute point (ax, ay) fixed
--
-- examples on a 1024x768 screen: keysAbsResizeWindow (10, 10) (0, 0) enlarge the window and if it is not in the top-left corner it will also be moved away
--