pkgsrc/wm/bbpager04/patches/patch-aa
jschauma 1b21c28f6f By popular demand:
Finally add packages for the "new" version of blackbox, 0.70.x.
This window manager is incompatible with older versions, and older
add-on applications (aka "bbtools") will not work with this version.
Hence, add new versions of bbkeys and bbpager as well, to provide
at least the basics.  (Again, these will not work with older versions.)
Why are we adding these?  Well, I'm told that blackbox 0.70.x is
fully EWMH compliant and has better fonts.  And people always ask
"why is blackbox 0.70.x not in pkgsrc?".

blackbox version 0.65 and the other bbtools that work with blackbox
will remain in pkgsrc.
2006-08-20 23:07:17 +00:00

89 lines
2.2 KiB
Text

$NetBSD: patch-aa,v 1.1 2006/08/20 23:07:18 jschauma Exp $
--- /dev/null Fri Dec 13 18:13:40 2002
+++ bbpager.1 Fri Dec 13 19:13:48 2002
@@ -0,0 +1,84 @@
+.TH BBPAGER 1 "August 08, 2001" bbpager "bbtools"
+.SH NAME
+bbpager \- a pager tool for Blackbox
+
+.SH SYNOPSIS
+.B bbpager
+[\fIOPTIONS\fR]
+
+.SH DESCRIPTION
+\fBbbpager\fR is a pager for Blackbox and other Window Managers.
+
+.SH USAGE
+By default \fBbbpager\fR reads the Blackbox style-file as defined in
+\fI$HOME/.blackboxrc\fR and copies as much of the style as possible. The
+result is an application which looks a lot like the toolbar.
+
+The \fI-geometry\fR is given as +x+y or -x-y (or combination)
+where -x-y is the (x,y) distance of the right bottom of screen
+to the right bottom of \fBbbpager\fR.
+
+So \fI-geometry -0-0\fR puts the application in the lower right corner of the
+screen.
+
+.SH OPTIONS
+A summary of the options supported by \fBbbpager\fR is included below.
+
+.TP
+\fB\-c[onfig]\fR \fIfilename\fR
+use alternate config file
+.TP
+.B \-d[ecorated]
+Show 'normal' decorated window
+.TP
+\fB\-display\fR \fIdisplay name\fR
+X server to connect to
+.TP
+\fB\-geom[etry]\fR \fIgeometry\fR
+Set geometry of window
+.TP
+\fB\-h[elp]\fR
+Show summary of options and exit.
+.TP
+\fB\-n[obb]\fR
+fall back on default configuration
+.TP
+\fB\-s[hape]\fR
+Don't display groundplate
+.TP
+\fB\-v[ersion]\fR
+Display version number
+.TP
+\fB\-w[ithdrawn]\fR
+Place bbtool in the Slit
+
+.SH FILES
+Default: \fI$datadir=/usr/local/share/\fR
+.br
+.SS "Under Blackbox"
+.nf
+\fI$datadir/bbtools/bbpager.bb\fR the global configuration file
+\fI$HOME/.bbtools/bbpager.bb\fR a local configuration file
+
+.SS "Under other Window managers"
+.nf
+\fI$datadir/bbtools/bbpager.nobb\fR the global configuration file
+\fI$HOME/.bbtools/bbpager.nobb\fR a local configuration file
+
+.SH VERSION
+0.3.1
+
+.SH BUGS
+- reports X-windows errors on certain windows
+.br
+- moving 'stick'ed windows to other workspace causes segfault
+.br
+- shaded windows don't show as such on the pager
+
+.SH "SEE ALSO"
+.BR bbpager.bb(5)
+
+.SH AUTHOR
+John Kennis <j.m.b.m.kennis@ele.tue.nl> - bbpager
+.br
+Jan Schaumann <jschauma@netmeister.org> - this man page