diff options
| author | moetunes <moetunes111@gmail.com> | 2011-09-12 20:10:23 +1000 |
|---|---|---|
| committer | moetunes <moetunes111@gmail.com> | 2011-09-12 20:10:23 +1000 |
| commit | 332ce33eec1a86e7b9a8394e3e2c19893842422a (patch) | |
| tree | dbe3fa317452de2b025b60425077703134945208 /src | |
| parent | 2c34bf4010c4bdd728fbd5cd62d92cf34d1e7942 (diff) | |
Sorting out the readme
Diffstat (limited to 'src')
| -rw-r--r-- | src/README | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/src/README b/src/README new file mode 100644 index 0000000..4370f91 --- /dev/null +++ b/src/README @@ -0,0 +1,67 @@ +I started this from catwm 31/12/10 ( https://bbs.archlinux.org/viewtopic.php?id=100215&p=1 ) +See dminiwm.c or config.h for thanks and licensing. + + +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. + + +Modes +----- + +It allows the "normal" method of tiling window managers(with the new window as the master) + and with the new window opened at the bottom of the stack(like dwm's attach_aside) + + There's vertical tiling mode: + -------------- + | | W | + | |___| + | Master | | + | |___| + | | | + -------------- + + Fullscreen mode(which you'll know when you see it) + + All accessible with keyboard shortcuts defined in the config.h file. + The window at the top of the stack can be resized on a per desktop bases. + Changing a tiling mode on one workspace doesn't affect the other workspaces. + + +Recent Changes +-------------- + +7/9/11 +Added resizing of window at the bottom of the stack. + +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 resize window on the top of the stack. + + +Installation +------------ + +Need Xlib, then: + $ make + # make install + $ make clean + + +Bugs +---- + +[ * No bugs for the moment ;) (I mean, no importants bugs ;)] + + +Todo +---- |
