--- man/transset.man.old 2012-06-05 05:33:05.000000000 +0200 +++ man/transset.man.old 2012-07-16 18:54:29.000000000 +0200 @@ -3,16 +3,57 @@ .SH NAME transset \- Set transparency on a window .SH SYNOPSIS -.BI "transset [\-d " display "] n +.BI "transset [\-options ...] [opacity] .SH DESCRIPTION .B transset is a simple program for X servers supporting the XFIXES, DAMAGE, and COMPOSITE extensions. It lets the user set the transparency on a window. .SH OPTIONS .TP -.BI n -Where n is a number from 0 to 1, zero being transparent and 1 being opaque +\fB\-h\fR +display the help +.TP +\fB\-t\fR, \fB\-\-toggle\fR +force toggle of opacity +.TP +\fB\-c\fR, \fB\-\-click\fR +select by clicking on windows (default) +.TP +\fB\-p\fR, \fB\-\-point\fR +select the window currently under the cursor +.TP +\fB\-a\fR, \fB\-\-actual\fR +select the actual window +.TP +\fB\-n\fR, \fB\-\-name NAME\fR +select by name, NAME is matched as regular expression +.TP +\fB\-\-no\-regex\fR +don't use regular expression for matching name +.TP +\fB\-i\fR, \fB\-\-id\fR +select by window id +.TP +\fB \-\-inc\fR +increase by the given opacity +.TP +\fB \-\-dec\fR +decrease by given opacity +.TP +\fB\-m\fR, \fB\-\-min OPACITY\fR +minimum possible opacity (default = 0) +.TP +\fB\-x\fR, \fB\-\-max OPACITY\fR +maximum possible opacity (default = 1) +.TP +\fB\-v\fR, \fB\-\-verbose\fR +print some debug info +.TP +\fB\-V\fR, \fB\-\-version\fR +print version number .SH BUGS -Probably. Please report any you find to https://bugs.freedesktop.org/enter_bug.cgi?product=xorg. +Probably. Please report any you find to +.br +. .SH AUTHORS Matthew Hawn