Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 426550 | Differences between
and this patch

Collapse All | Expand All

(-)man/transset.man.old (-4 / +45 lines)
Lines 3-18 Link Here
3
.SH NAME
3
.SH NAME
4
transset \- Set transparency on a window
4
transset \- Set transparency on a window
5
.SH SYNOPSIS
5
.SH SYNOPSIS
6
.BI "transset [\-d " display "] n
6
.BI "transset [\-options ...]  [opacity]
7
.SH DESCRIPTION
7
.SH DESCRIPTION
8
.B transset
8
.B transset
9
is a simple program for X servers supporting the XFIXES, DAMAGE,
9
is a simple program for X servers supporting the XFIXES, DAMAGE,
10
and COMPOSITE extensions.  It lets the user set the transparency on a window.
10
and COMPOSITE extensions.  It lets the user set the transparency on a window.
11
.SH OPTIONS
11
.SH OPTIONS
12
.TP
12
.TP
13
.BI n
13
\fB\-h\fR
14
Where n is a number from 0 to 1, zero being transparent and 1 being opaque
14
display the help
15
.TP
16
\fB\-t\fR, \fB\-\-toggle\fR
17
force toggle of opacity
18
.TP
19
\fB\-c\fR, \fB\-\-click\fR
20
select by clicking on windows (default)
21
.TP
22
\fB\-p\fR, \fB\-\-point\fR
23
select the window currently under the cursor
24
.TP
25
\fB\-a\fR, \fB\-\-actual\fR
26
select the actual window
27
.TP
28
\fB\-n\fR, \fB\-\-name NAME\fR
29
select by name, NAME is matched as regular expression
30
.TP
31
\fB\-\-no\-regex\fR
32
don't use regular expression for matching name
33
.TP
34
\fB\-i\fR, \fB\-\-id\fR
35
select by window id
36
.TP
37
\fB    \-\-inc\fR
38
increase by the given opacity
39
.TP
40
\fB    \-\-dec\fR
41
decrease by given opacity
42
.TP
43
\fB\-m\fR, \fB\-\-min OPACITY\fR
44
minimum possible opacity (default = 0)
45
.TP
46
\fB\-x\fR, \fB\-\-max OPACITY\fR
47
maximum possible opacity (default = 1)
48
.TP
49
\fB\-v\fR, \fB\-\-verbose\fR
50
print some debug info
51
.TP
52
\fB\-V\fR, \fB\-\-version\fR
53
print version number
15
.SH BUGS
54
.SH BUGS
16
Probably.  Please report any you find to https://bugs.freedesktop.org/enter_bug.cgi?product=xorg.
55
Probably.  Please report any you find to 
56
.br
57
<https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>.
17
.SH AUTHORS
58
.SH AUTHORS
18
Matthew Hawn
59
Matthew Hawn

Return to bug 426550