From eab3474fc93b60a79e699f463a361c0a815b284d Mon Sep 17 00:00:00 2001 From: moetunes Date: Tue, 13 Sep 2011 12:28:14 +1000 Subject: Added back some functions and horizontal tiling mode --- src/README | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/README') 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. -- cgit v1.3.1