aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormoetunes <moetunes111@gmail.com>2011-10-17 08:04:28 +1000
committermoetunes <moetunes111@gmail.com>2011-10-17 08:04:28 +1000
commit7ca237aaf8e4890d4058c3f1e2a148f12b3d20c7 (patch)
tree41b9edd4772efedb16cd8a9392b6997940a46c6b
parentdf2269445a0e0d20a5771b5e41eab053190673dd (diff)
Updated README
-rw-r--r--src/README5
-rwxr-xr-xsrc/config.h2
-rw-r--r--src/dminiwm.c2
3 files changed, 5 insertions, 4 deletions
diff --git a/src/README b/src/README
index 9ec2c03..22e9234 100644
--- a/src/README
+++ b/src/README
@@ -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