diff options
author | tim.thelion <tim.thelion@gmail.com> | 2007-12-11 00:19:42 +0100 |
---|---|---|
committer | tim.thelion <tim.thelion@gmail.com> | 2007-12-11 00:19:42 +0100 |
commit | 67deb20752c0def3187cac60cf40b3d56cbe9bbe (patch) | |
tree | 2bcf5ca710013ee96404d04bbec0384a01f1b912 /XMonad | |
parent | 6679dff29b27e6b37f091fdbfffbdbaf92b3e3c1 (diff) | |
download | XMonadContrib-67deb20752c0def3187cac60cf40b3d56cbe9bbe.tar.gz XMonadContrib-67deb20752c0def3187cac60cf40b3d56cbe9bbe.tar.xz XMonadContrib-67deb20752c0def3187cac60cf40b3d56cbe9bbe.zip |
fix haddock on Magnifier
darcs-hash:20071210231942-c18d4-7e0ee0bcd1f853bceb610dad58c2d768c465bcf3.gz
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Layout/Magnifier.hs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/XMonad/Layout/Magnifier.hs b/XMonad/Layout/Magnifier.hs index af45b03..bb9edcb 100644 --- a/XMonad/Layout/Magnifier.hs +++ b/XMonad/Layout/Magnifier.hs @@ -43,10 +43,14 @@ import XMonad.Layout.LayoutModifier -- -- By default magnifier increases the focused windows size by 1.5 -- you can do: +-- -- > magnifiercz (12%10) +-- -- to use a custom level of magification. You can even make the focused -- window smaller for a pop in effect. Keep in mind, you must --- >import Data.Ratio +-- +-- > import Data.Ratio +-- -- For to use rationals in your config. -- -- For more detailed instructions on editing the layoutHook see: |