aboutsummaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authormoetunes <moetunes111@gmail.com>2011-09-13 12:28:14 +1000
committermoetunes <moetunes111@gmail.com>2011-09-13 12:28:14 +1000
commiteab3474fc93b60a79e699f463a361c0a815b284d (patch)
tree77bdbd96afba4573c6fcd1619fa6e27bc895d4d7 /src/README
parentc0cba29465d4c673004e76de11e0f1f5b34cd172 (diff)
Added back some functions and horizontal tiling mode
Diffstat (limited to 'src/README')
-rw-r--r--src/README12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/README b/src/README
index 7a7e668..914ad69 100644
--- a/src/README
+++ b/src/README
@@ -8,7 +8,7 @@ Summary
dminiwm is a very minimal and lightweight dynamic tiling window manager.
I will try to stay under 1000 SLOC.
- Currently well under 900 lines with the config file included.
+ Currently well under 800 lines with the config file included.
Modes
@@ -26,6 +26,15 @@ It allows the "normal" method of tiling window managers(with the new window as t
| | |
--------------
+ There's horizontal tiling mode:
+ --------------
+ | |
+ | Master |
+ |____________|
+ | | |
+ | W | |
+ --------------
+
Fullscreen mode(which you'll know when you see it)
All accessible with keyboard shortcuts defined in the config.h file.
@@ -45,6 +54,7 @@ Status
There are a couple more options in the config file than the original catwm.
Fixed the window manager crashing on a bad window error.
Fixed the keyboard shortcuts not working if numlock was on.
+ Added option to focus the window the mouse moves into
Added option to resize window on the top of the stack.