1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<!--Converted with LaTeX2HTML 2K.1beta (1.50)
original version by: Nikos Drakos, CBLU, University of Leeds
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Command line options</TITLE>
<META NAME="description" CONTENT="Command line options">
<META NAME="keywords" CONTENT="manual">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v2K.1beta">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="manual.css">
<LINK REL="next" HREF="node8.html">
<LINK REL="previous" HREF="node3.html">
<LINK REL="up" HREF="manual.html">
<LINK REL="next" HREF="node8.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html120"
HREF="node8.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.gif"></A>
<A NAME="tex2html116"
HREF="manual.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.gif"></A>
<A NAME="tex2html110"
HREF="node6.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.gif"></A>
<A NAME="tex2html118"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.gif"></A>
<BR>
<B> Next:</B> <A NAME="tex2html121"
HREF="node8.html">The graphical user interface</A>
<B> Up:</B> <A NAME="tex2html117"
HREF="manual.html">UWM users manual</A>
<B> Previous:</B> <A NAME="tex2html111"
HREF="node6.html">Some things you might</A>
  <B> <A NAME="tex2html119"
HREF="node1.html">Contents</A></B>
<BR>
<BR>
<!--End of Navigation Panel-->
<H1><A NAME="SECTION03000000000000000000">
Command line options</A>
</H1>
Currently uwm supports the following command line options:
<DL COMPACT>
<DT>-NoStartScript
<DD>will prevent <SMALL>UWM</SMALL> from executing the StartScript defined in uwmrc (see below).
<DT>-NoStopScript
<DD>will prevent <SMALL>UWM</SMALL> from executing the StopScript defined in uwmrc (see below).
<DT>-TryHard
<DD>conforming to <I>icccm 2.0</I> <SMALL>UWM</SMALL> has the ability to recognize and replace other (fully) icccm compliant window managers. However the default behaviour is not to replace other window managers since these programs usually will be terminated then which will also terminate the whole X-session in most cases (which shouldn't be done accidentally playing around with <SMALL>UWM</SMALL> ). This option uses the protocol specified by <I>icccm 2.0</I> to make another window manager terminate and pass control to <SMALL>UWM</SMALL> .
<DT>-Hostile
<DD><I>icccm 2.0</I> allows <TT>X11</TT> resource manager clients to terminate other resource manager clients by deleting their connection to the X-server in case they do not react to the protocol used by <TT>uwm -TryHard</TT>. <TT>uwm -Hostile</TT> uses this in addition to the <TT>uwm -TryHard</TT> protocol. However there might be some really ugly side effects killing a window managers connection to the X-server so be careful with this option.
<DT>-StayAlive
<DD>tells <SMALL>UWM</SMALL> exactly not to react on protocol requests like the ones used by <TT>uwm -TryHarder</TT>. However <TT>uwm -Hostile</TT> is able to replace a <TT>uwm -StayAlive</TT>.
<DT>-help
<DD>displays a brief help screen describing <SMALL>UWM</SMALL> 's command line options.
</DD>
</DL>
<P>
<HR>
<!--Navigation Panel-->
<A NAME="tex2html120"
HREF="node8.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.gif"></A>
<A NAME="tex2html116"
HREF="manual.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.gif"></A>
<A NAME="tex2html110"
HREF="node6.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.gif"></A>
<A NAME="tex2html118"
HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.gif"></A>
<BR>
<B> Next:</B> <A NAME="tex2html121"
HREF="node8.html">The graphical user interface</A>
<B> Up:</B> <A NAME="tex2html117"
HREF="manual.html">UWM users manual</A>
<B> Previous:</B> <A NAME="tex2html111"
HREF="node6.html">Some things you might</A>
  <B> <A NAME="tex2html119"
HREF="node1.html">Contents</A></B>
<!--End of Navigation Panel-->
<ADDRESS>
The <a href="http://udeproject.sourceforge.net">ude</a> project
</ADDRESS>
</BODY>
</HTML>
|