- stwm (Shell-controllable Twm)
version 0.22

Stwm is an window manager which allows to move, resize, iconify 
and warp the pointer by commands from a shell, without mouse 
operation.  For example:

	% conf kterm 80x25-0+0
	  (set the geometry of the window titled kterm to 80x25-0+0)
	% conf mule x30
	  (set the X coordinates of the mule to 30 pixel)
	% conf xbiff Y-20
	  (lift up the xbiff by 20 pixel)
	% height 50
	  (set the window height to 50 lines)

To make stwm, do like this:
	% tar zxf twm.tar.gz
	% cd twm/
	% gzip -dc twm-to-stwm-0.2.patch.gz | patch -p1
	% xmkmf -a
	% make

Enjoy!

--
 Yusuke Shinyama
 E-MAIL: euske@cl.cs.titech.ac.jp
