Add a blurb on how to switch between window managers in GNOME 2.

This commit is contained in:
Joe Marcus Clarke 2002-08-20 05:48:36 +00:00
parent 2b575eca0b
commit 35d0f5f2a7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=13952

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.5 2002/08/19 01:56:30 marcus Exp $"> <!ENTITY date "$FreeBSD: www/en/gnome/docs/faq2.sgml,v 1.6 2002/08/19 14:48:51 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME 2.0 FAQ"> <!ENTITY title "FreeBSD GNOME Project: GNOME 2.0 FAQ">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes; <!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -299,6 +299,16 @@ USE_GNOME= yes
work quite well in GNOME 2.0. A lot of people prefer metacity work quite well in GNOME 2.0. A lot of people prefer metacity
since it is lighter weight. However, sawfish will be used as since it is lighter weight. However, sawfish will be used as
the default Window manager.</p> the default Window manager.</p>
<p>To switch between sawfish and metacity in GNOME 2, you'll need
to do the following:</p>
<pre>
killall sawfish; sleep 5; metacity &
</pre>
<p>To switch back, simply reverse sawfish and metacity. In
an opcoming release of gnomecontrolcenter2, there will be
a more user-friendly way of doing this.</p>
</td> </td>
</tr> </tr>
<tr><td><br></td></tr> <tr><td><br></td></tr>