diff options
author | Roman Cheplyaka <roma@ro-che.info> | 2008-04-01 15:43:05 +0200 |
---|---|---|
committer | Roman Cheplyaka <roma@ro-che.info> | 2008-04-01 15:43:05 +0200 |
commit | 9e65cd8acbfb1e597303c0b14228d962668a9050 (patch) | |
tree | a471b61d97a9759d8b64f8971c02db82321b9bc8 | |
parent | 9c4c2616cca6f008a59e04452c169cf53d0e5f58 (diff) | |
download | XMonadContrib-9e65cd8acbfb1e597303c0b14228d962668a9050.tar.gz XMonadContrib-9e65cd8acbfb1e597303c0b14228d962668a9050.tar.xz XMonadContrib-9e65cd8acbfb1e597303c0b14228d962668a9050.zip |
Documentation improvement.
darcs-hash:20080401134305-3ebed-d80a6b4d7eefef6598140533c574a2ea5adb253e.gz
-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) |