diff options
-rw-r--r-- | XMonad/Doc/Extending.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Doc/Extending.hs b/XMonad/Doc/Extending.hs index 00d9834..b3725bd 100644 --- a/XMonad/Doc/Extending.hs +++ b/XMonad/Doc/Extending.hs @@ -175,7 +175,7 @@ edit your key bindings. * "XMonad.Actions.FloatKeys": Move and resize floating windows. -* "XMonad.Actions.FloatSnap": +* "XMonad.Layout.FloatSnap": Move and resize floating windows using other windows and the edge of the screen as guidelines. |