Title:          twm.tar.gz
Description:    Tab/Tom's Window Manager
Version:        4.3.0.dfsg.1-12.0.1
Author:        See http://www.plig.org/xwinman/vtwm.html
Original-site:  Offline since 1991 (n/a)
Copying-policy: MIT (OSI Approved) http://opensource.org/licenses/mit-license.php
-----==[  Color = green     Filesize:   73.5K  ]==-----
Extension by:   SaidinUnleashed
Comments:       TWM is an extremely flexible, lightweight window manager.
		I have created 2 'themes' to go with this extension, and a way
		to switch between the two.
		To install this extension, rename .xinitrc something like
		old.xinitrc, and rename twm.xinitrc to .xinitrc.
		Now for the hard part. Whenever you install an extension, you will
		need to add the menu line  in the MyDSL menu section to BOTH (all
		themes in ~/.twm.
		You will have to convert the menu item from fluxbox's format to 
		twm's format. Also, the commands may not contain quotation marks 
		and must have an ampersand after the command, so...
		[exec] (TinyIRC) {rxvt -rv -T 'TinyIRC' -e /usr/bin/tinyirc}
		becomes
		'TinyIRC'	!'rxvt -rv -e /usr/bin/tinyirc &'
		If the extension needs to have a submenu, you have to declare
		that menu, and point the MyDSL menu to it, like this.
		'OpenOffice'	f.menu	'OpenOffice'
		then, in a section outside another menu entry
		menu 'OpenOffice'
		{
			'OpenOffice'	f.title
			'Calc'			!'/opt/openoffice/soffice -calc &'
			'Impress'		!'/opt/openoffice/soffice -impress &'
			'Writer'		!'/opt/openoffice/soffice -writer &'
		}
		So, it's not too hard, but you have to pay attention. ^_^
		You can also change just about everything about how twm looks,
		feels, and functions by manipulating the .twmrc files, or 
		creating new ones (just make sure you add them to the theme 
		switching part of every theme!), but you will have to google
		for how to do that.
Change-log:     
Current:	04/12/2005 - First Build