diff options
author | Adam Vogt <vogt.adam@gmail.com> | 2009-10-05 19:53:03 +0200 |
---|---|---|
committer | Adam Vogt <vogt.adam@gmail.com> | 2009-10-05 19:53:03 +0200 |
commit | fd701c618350f4ced715255272358205a90b86af (patch) | |
tree | 514419d820ef040e5aa1f7ff2991cbdfeab75b1f /XMonad | |
parent | 295a9a50befc49470fc44b3e35518f34879c66e4 (diff) | |
download | XMonadContrib-fd701c618350f4ced715255272358205a90b86af.tar.gz XMonadContrib-fd701c618350f4ced715255272358205a90b86af.tar.xz XMonadContrib-fd701c618350f4ced715255272358205a90b86af.zip |
Hyperlink the reference to ResizableTile in MouseResizableTile
Ignore-this: 8d98176fd0b78ef3565a6f9556e220b8
darcs-hash:20091005175303-1499c-ca3c9e6fa7dade6044905cc1d85e2317855e482b.gz
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Layout/MouseResizableTile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/MouseResizableTile.hs b/XMonad/Layout/MouseResizableTile.hs index e8e69f6..2348689 100644 --- a/XMonad/Layout/MouseResizableTile.hs +++ b/XMonad/Layout/MouseResizableTile.hs @@ -9,7 +9,7 @@ -- Stability : unstable -- Portability : not portable -- --- A layout in the spirit of XMonad.Layout.ResizableTile, but with the option +-- A layout in the spirit of "XMonad.Layout.ResizableTile", but with the option -- to use the mouse to adjust the layout. -- ----------------------------------------------------------------------------- |