aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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