If, after trying MWM, you decide you don't like it, and want to change back to
UWM, follow the instructions below.  If you do so, please remember that UWM is
no longer supported by anyone.  Bugs in it may never be fixed, and it is not
guaranteed to exist forever on the Athena system or in the rest of the world.

To change back to uwm immediately, first you need to kill off MWM.  The
simplest way to do so is to hold down the left mouse button on the root window
(the gray background area).  After a few moments, a menu will pop-up.  Drag
the mouse to select "Quit MWM".  A few seconds later, a dialog box will pop up
in the middle of the screen, asking you to confirm that you actually want to
quit MWM.  Click on "OK" to quit MWM, else click "Cancel" to leave MWM
running.

Assuming that you've quit MWM, you'll want to start up UWM so that you can
manipulate your windows.  Type:

	add windowmanagers
	uwm &

in one of your xterm windows.  After a few seconds, UWM will beep once to let
you know that it has finished loading.

To make UWM the default window-manager for future logins, add these lines to
your ~/.environment file:

attach windowmanagers
if (-x /mit/windowmanagers/uwm/$bindir/uwm) then
  setenv WINDOW_MANAGER /mit/windowmanagers/uwm/$bindir/uwm
endif

This will make UWM the default window manager the next time you login.
