diff options
Diffstat (limited to '')
-rw-r--r-- | XMonad/Layout/IM.hs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/XMonad/Layout/IM.hs b/XMonad/Layout/IM.hs index 08ddea9..d978e5c 100644 --- a/XMonad/Layout/IM.hs +++ b/XMonad/Layout/IM.hs @@ -57,14 +57,16 @@ import XMonad.Util.WindowProperties -- $hints -- -- To launch IM layout automatically on your IM workspace use "XMonad.Layout.PerWorkspace". +-- +-- By default the roster window will appear on the left side. +-- To place roster window on the right side, use @reflectHoriz@ from +-- "XMonad.Layout.Reflect" module. -- $todo -- All these items are questionable. Please let me know if you find them useful. -- -- * shrink\/expand -- --- * allow roster placement on the right side or even on top\/bottom --- -- * use arbitrary layout instead of grid data IM a = IM Rational Property deriving (Read, Show) |