From 7ca237aaf8e4890d4058c3f1e2a148f12b3d20c7 Mon Sep 17 00:00:00 2001 From: moetunes Date: Mon, 17 Oct 2011 08:04:28 +1000 Subject: Updated README --- src/README | 5 +++-- src/config.h | 2 +- src/dminiwm.c | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) (limited to 'src') 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 -- cgit v1.3.1