📄 567-567.html
字号:
<HTML>
<HEAD>
<TITLE>Linux in Plain English:Window Managers</TITLE>
<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<SCRIPT>
<!--
function displayWindow(url, width, height) {
var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>
-->
<!--ISBN=1558285423//-->
<!--TITLE=Linux in Plain English//-->
<!--AUTHOR=Patrick Volkerding//-->
<!--AUTHOR=Kevin Reichard//-->
<!--PUBLISHER=IDG Books Worldwide, Inc.//-->
<!--IMPRINT=M & T Books//-->
<!--CHAPTER=7//-->
<!--PAGES=567-567//-->
<!--UNASSIGNED1//-->
<!--UNASSIGNED2//-->
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="561-566.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="../ewtoc.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
<P><BR></P>
<H3><A NAME="Heading5"></A><FONT COLOR="#000077">Fvwm Variables</FONT></H3>
<P>The <B>fvwm</B> window manager supports the following variables:</P>
<TABLE WIDTH="100%"><TR>
<TH WIDTH="30%" ALIGN="LEFT">Variable
<TH WIDTH="70%" ALIGN="LEFT">Purpose
<TR>
<TD VALIGN="TOP">SERVERHOST
<TD>Sets the name of the machine running the X server.
<TR>
<TD>CLIENTHOST
<TD>Sets the machine running the clients.
<TR>
<TD>HOSTNAME
<TD>Sets the canonical hostname running the clients.
<TR>
<TD>USER
<TD>Sets the name of the user running the program.
<TR>
<TD>HOME
<TD>Specifies the user’s home directory.
<TR>
<TD VALIGN="TOP">VERSION
<TD>Returns the X major protocol version. This can be important to some X applications.
<TR>
<TD VALIGN="TOP">REVISION
<TD>Returns the X minor protocol revision. This can be important to some X applications.
<TR>
<TD VALIGN="TOP">VENDOR
<TD>Returns the vendor of your X server. Usually very unimportant.
<TR>
<TD VALIGN="TOP">RELEASE
<TD>Returns the X-server release number, such as 6 for X11R6.
<TR>
<TD>WIDTH
<TD>Sets the width of your display in pixels.
<TR>
<TD>HEIGHT
<TD>Sets the height of your display in pixels.
<TR>
<TD VALIGN="TOP">X_RESOLUTION
<TD>Returns the X resolution of your display in pixels per meter.
<TR>
<TD VALIGN="TOP">Y_RESOLUTION
<TD>Returns the Y resolution of your display in pixels per meter.
<TR>
<TD VALIGN="TOP">PLANES
<TD>Returns the number of bit planes supported in the default root window.
<TR>
<TD VALIGN="TOP">BITS_PER_RGB
<TD>Returns the number of significant bits in an RGB color.
<TR>
<TD>TWM_TYPE
<TD>Returns the <B>twm</B> type; it’s always <B>fvwm</B>.
<TR>
<TD VALIGN="TOP">CLASS
<TD>Returns the visual class (one of StaticGray, GrayScale, StaticColor, PseudoColor, TrueColor, DirectColor, or NonStandard).
<TR>
<TD>COLOR
<TD>Returns <I>yes</I> for a color, <I>no</I> for a gray.
<TR>
<TD>FVWM_VERSION
<TD>Returns the <B>fvwm</B> version.
<TR>
<TD>OPTIONS
<TD>Lists the options compiled in the window manager.
<TR>
<TD>FVWMDIR
<TD>Sets the path for modules.
</TABLE>
<P><BR></P>
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="561-566.html">Previous</A></TD>
<TD><A HREF="../ewtoc.html">Table of Contents</A></TD>
<TD><A HREF="../ewtoc.html">Next</A></TD>
</TR>
</TABLE>
</CENTER>
</td>
</tr>
</table>
<!-- begin footer information -->
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -