aboutsummaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authormoetunes <moetunes111@gmail.com>2011-09-14 08:02:44 +1000
committermoetunes <moetunes111@gmail.com>2011-09-14 08:02:44 +1000
commitc83737abc9d3202b25b9d1d80f848c9356e9c448 (patch)
treed011e441675ff50593e0d082989f7900ddca6379 /src/README
parent154685fd6165238c4bb91be5310d63263315ada1 (diff)
Updated README
Diffstat (limited to 'src/README')
-rw-r--r--src/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/README b/src/README
index c02dfd2..153fed9 100644
--- a/src/README
+++ b/src/README
@@ -23,7 +23,7 @@ It allows the "normal" method of tiling window managers(with the new window as t
*There's vertical tiling mode:*
--------------
- | | |
+ | | W |
| |___|
| Master | |
| |___|
@@ -36,7 +36,7 @@ It allows the "normal" method of tiling window managers(with the new window as t
| |
| Master |
|-----------|
- | | | |
+ | W | | |
-------------
*Grid tiling mode:*
@@ -51,7 +51,9 @@ It allows the "normal" method of tiling window managers(with the new window as t
*Fullscreen mode*(which you'll know when you see it)
All accessible with keyboard shortcuts defined in the config.h file.
- Changing a tiling mode on one workspace doesn't affect the other workspaces.
+
+ * The window W at the top of the stack can be resized on a per desktop basis.
+ * Changing a tiling mode on one workspace doesn't affect the other workspaces.
###Recent Changes