diff options
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: |