man-pages/man1/transset.1.html
2021-03-31 01:06:50 +01:00

193 lines
4.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of TRANSSET</TITLE>
</HEAD><BODY>
<H1>TRANSSET</H1>
Section: User Commands (1)<BR>Updated: transset 1.0.2<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
transset - Set transparency on a window
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>transset</B>
[<I>-options ...</I>] [<I>opacity</I>]
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<B>transset</B>
is a simple program for X servers supporting the XFIXES, DAMAGE,
and COMPOSITE extensions. It lets the user set the transparency on a window.
<P>
The <I>opacity</I> value is a number from 0 to 1, with zero being fully
transparent and 1 being fully opaque.
If no <I>opacity</I> argument is given, a default value of 0.75 is used for the
opacity value. If neither <B>--inc</B> nor <B>--dec</B> are given, the
opacity is treated as an absolute value and set to the given opacity
value. If <B>--inc</B> or <B>--dec</B> is specified, then the opacity is
treated as a relative value to increase or decrease the current opacity by.
<A NAME="lbAE">&nbsp;</A>
<H2>OPTIONS</H2>
<P>
<DL COMPACT>
<DT id="1"><B>-display </B><I>display</I>
<DD>
This option specifies the server to use; see <I><A HREF="/cgi-bin/man/man2html?7+X">X</A>(7)</I>.
</DL>
<P>
<DL COMPACT>
<DT id="2"><B>-h</B>, <B>--help</B>
<DD>
This option displays a help message and exits.
</DL>
<P>
<DL COMPACT>
<DT id="3"><B>-t</B>, <B>--toggle</B>
<DD>
This option forces a toggle of opacity. If the current opacity is not set
to fully opaque (opacity 1.0), it will be reset to fully opaque.
If the window is already fully opaque, the opacity will be set normally.
</DL>
<P>
<DL COMPACT>
<DT id="4"><B>-c</B>, <B>--click</B>
<DD>
This option selects the target window by waiting for the user to click the
mouse - the topmost window under the mouse cursor when the mouse click occurs
will be used as the target.
</DL>
<P>
<DL COMPACT>
<DT id="5"><B>-p</B>, <B>--point</B>
<DD>
This option selects the window currently under the cursor to be the target.
</DL>
<P>
<DL COMPACT>
<DT id="6"><B>-a</B>, <B>--actual</B>
<DD>
This option selects the window that currently has input focus to be the target.
</DL>
<P>
<DL COMPACT>
<DT id="7"><B>-n</B>, <B>--name</B> <I>name</I>
<DD>
This option selects the target window by name, where <I>name</I> is matched as
a regular expression, unless <B>--no-regex</B> is also specified.
</DL>
<P>
<DL COMPACT>
<DT id="8"><B>--no-regex</B>
<DD>
This option disables treating the <I>name</I> argument to <B>--name</B> as a
regular expression.
</DL>
<P>
<DL COMPACT>
<DT id="9"><B>-i</B>, <B>--id</B>
<DD>
This option selects the target window by window id.
</DL>
<P>
<DL COMPACT>
<DT id="10"><B>--inc</B>
<DD>
This option increases the window opacity by the given <I>opacity</I> argument.
</DL>
<P>
<DL COMPACT>
<DT id="11"><B>--dec</B>
<DD>
This option decreases the window opacity by the given <I>opacity</I> argument.
</DL>
<P>
<DL COMPACT>
<DT id="12"><B>-m</B>, <B>--min</B> <I>opacity</I>
<DD>
This option sets the minimum possible opacity value. It defaults to 0 if this
option is not given.
</DL>
<P>
<DL COMPACT>
<DT id="13"><B>-x</B>, <B>--max</B> <I>opacity</I>
<DD>
This option sets the maximum possible opacity value. It defaults to 1 if this
option is not given.
</DL>
<P>
<DL COMPACT>
<DT id="14"><B>-v</B>, <B>--verbose</B>
<DD>
This option prints some additional debug info as the program operates.
</DL>
<P>
<DL COMPACT>
<DT id="15"><B>-V</B>, <B>--version</B>
<DD>
This option prints the program version number and exits.
</DL>
<A NAME="lbAF">&nbsp;</A>
<H2>BUGS</H2>
Probably. Please report any you find to <A HREF="https://bugs.freedesktop.org/enter_bug.cgi?product=xorg.">https://bugs.freedesktop.org/enter_bug.cgi?product=xorg.</A>
<A NAME="lbAG">&nbsp;</A>
<H2>AUTHORS</H2>
Matthew Hawn
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="16"><A HREF="#lbAB">NAME</A><DD>
<DT id="17"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="18"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DT id="19"><A HREF="#lbAE">OPTIONS</A><DD>
<DT id="20"><A HREF="#lbAF">BUGS</A><DD>
<DT id="21"><A HREF="#lbAG">AUTHORS</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:28 GMT, March 31, 2021
</BODY>
</HTML>