commit 78ad6fa66086d3d1f135c515784d53b1bc30e015
parent 9f1f9eb02acd3bbb165d8e520845bc3a2c3012d1
Author: Suraj N. Kurapati <sunaku@gmail.com>
Date: Wed, 13 Sep 2006 08:28:28 -0700
[project @ 077247ff7b3f6c1b8b2970ba98bd59a687f97eb3]
[project @ 86]
up history
Diffstat:
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/HISTORY b/HISTORY
@@ -1,5 +1,13 @@
This is a history of major changes to {my wmii configuration}[http://people.ucsc.edu/~skurapat/wmii.html].
+
+= 2006-09-13
+
+* Added View#diamond!, a diamond-shaped automated client arrangement.
+
+* Added Area#length= for setting number of clients in a column.
+
+
= 2006-09-12
* Event loop now uses Ixp#read instead of wmiir.
diff --git a/wm.rb b/wm.rb
@@ -472,6 +472,7 @@ module Wmii
each 1 do |col| # skip floating area
if area < subtriArea
height += 1
+
col.length = height
area += height