diff options
| author | moetunes <moetunes111@gmail.com> | 2011-10-17 08:04:28 +1000 |
|---|---|---|
| committer | moetunes <moetunes111@gmail.com> | 2011-10-17 08:04:28 +1000 |
| commit | 7ca237aaf8e4890d4058c3f1e2a148f12b3d20c7 (patch) | |
| tree | 41b9edd4772efedb16cd8a9392b6997940a46c6b /src | |
| parent | df2269445a0e0d20a5771b5e41eab053190673dd (diff) | |
Updated README
Diffstat (limited to 'src')
| -rw-r--r-- | src/README | 5 | ||||
| -rwxr-xr-x | src/config.h | 2 | ||||
| -rw-r--r-- | src/dminiwm.c | 2 |
3 files changed, 5 insertions, 4 deletions
@@ -2,7 +2,8 @@ ### it's minimal and dynamic 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. + See dminiwm.c or config.h for thanks and licensing. +Screenshots and ramblings/updates at https://bbs.archlinux.org/viewtopic.php?id=126463 ###Summary @@ -42,7 +43,7 @@ It allows the "normal" method of tiling window managers(with the new window as t *Grid tiling mode:* ------------- - | | | + | | W | | | | |------|----| | | | diff --git a/src/config.h b/src/config.h index 10843a3..12d3340 100755 --- a/src/config.h +++ b/src/config.h @@ -1,4 +1,4 @@ - /* config.h for dminiwm.c [ 0.1.3 ] + /* config.h for dminiwm.c [ 0.1.4 ] * * Started from catwm 31/12/10 * Bad window error checking and numlock checking used from diff --git a/src/dminiwm.c b/src/dminiwm.c index 46e80a4..f9e1fa8 100644 --- a/src/dminiwm.c +++ b/src/dminiwm.c @@ -1,4 +1,4 @@ -/* dminiwm.c [ 0.1.3 ] +/* dminiwm.c [ 0.1.4 ] * * I started this from catwm 31/12/10 * Bad window error checking and numlock checking used from |
