aboutsummaryrefslogtreecommitdiff
path: root/xdeadzone.1
diff options
context:
space:
mode:
Diffstat (limited to 'xdeadzone.1')
-rw-r--r--xdeadzone.122
1 files changed, 20 insertions, 2 deletions
diff --git a/xdeadzone.1 b/xdeadzone.1
index 29929d0..582ce08 100644
--- a/xdeadzone.1
+++ b/xdeadzone.1
@@ -36,7 +36,7 @@ xdeadzone \- keep the mouse pointer out of the dead zone, on mismatched multihea
.
.SH SYNOPSIS
.sp
-xdeadzone [\fB\-nw\fP | \fB\-ne\fP | \fB\-sw\fP | \fB\-se\fP | \fB\-abs\fP] \fIgeometry\fP
+xdeadzone <[\fB\-i\fP \fB\-b\fP | \fB\-w\fP ]> [\fB\-nw\fP | \fB\-ne\fP | \fB\-sw\fP | \fB\-se\fP | \fB\-abs\fP] \fIgeometry\fP
.sp
xdeadzone \fB\-\-help\fP | \fB\-\-version\fP
.SH DESCRIPTION
@@ -63,6 +63,7 @@ virtual desktop.
environments, and works properly with at least: KDE (Plasma 5), XFCE
4, Fmwv2, WindowMaker, BlackBox, and FluxBox.
.SH OPTIONS
+.SS Optional arguments
.INDENT 0.0
.TP
.B \-\-help
@@ -73,6 +74,20 @@ Print the application name and version number, and exit.
.UNINDENT
.INDENT 0.0
.TP
+.B \fB\-i\fP
+Make window invisible. This is the default.
+.TP
+.B \fB\-b\fP
+Make window visible, display as a black rectangle.
+.TP
+.B \fB\-w\fP
+Make window visible, display as a white rectangle.
+.UNINDENT
+.SS Modes
+.sp
+One mode argument is required.
+.INDENT 0.0
+.TP
.B \fB\-nw\fP
Place window at northwest (top left) corner of display.
.TP
@@ -87,10 +102,13 @@ Place window at southeast (bottom right) corner of display.
.TP
.B \fB\-abs\fP
Place window at the coordinates given by \fBgeometry\fP\&.
+.UNINDENT
+.SS Required argument
+.INDENT 0.0
.TP
.B \fBgeometry\fP
This is a standard X11 geometry specification. Its format is
-<\fIwidth\fP>x<\fIheight\fP> for all modes other than \fB\-\-abs\fP\&. For \fB\-\-abs\fP,
+<\fIwidth\fP>x<\fIheight\fP> for all modes other than \fB\-abs\fP\&. For \fB\-abs\fP,
it\(aqs <\fIwidth\fP>x<\fIheight\fP>[\fI+\-\fP]<\fIxpos\fP>[\fI+\-\fP]<\fIypos\fP>.
Negative xpos and ypos will be
treated as offsets from the right/bottom of the display.