pkgsrc/wm/bbpager04/patches/patch-ab
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

56 lines
1.6 KiB
Text

$NetBSD: patch-ab,v 1.1 2006/08/20 23:07:18 jschauma Exp $
--- /dev/null Fri Dec 13 18:13:40 2002
+++ bbpager.bb.5 Fri Dec 13 19:12:19 2002
@@ -0,0 +1,51 @@
+.TH BBPAGER.BB 5 "August 08, 2001" bbpager.bb bbtools
+.SH NAME
+bbpager.bb \- bbpager configuration file
+
+.SH SYNOPSIS
+.B $HOME/.bbtools/bbpager.bb
+
+.SH DESCRIPTION
+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.
+
+.SS "Reconfigure bbpager"
+If the resource \fIbbpager.autoConfig\fR is set to \fItrue\fR the tool will
+periodically check if the main config files, \fI$HOME/.blackboxrc\fR for
+Blackbox users and the file specified in \fI$HOME/.bbtoolsrc\fR for other WM's
+to see if they have changed. If so \fBbbpager\fR will reconfigure.
+
+.SS "Copying the look of the Blackbox toolbar"
+\fBbbpager\fR automatically copies the style of the blackbox toolbar. It
+copies:
+
+.nr
+bevelWidth -> bbpager.bevelWidth
+.br
+toolbar -> bbpager.frame
+.br
+toolbar.label -> bbpager.label
+.br
+toolbar.color -> bbpager.frame.color
+.br
+toolbar.colorTo -> bbpager.frame.colorTo
+.br
+toolbar.label.color -> bbpager.label.color
+.br
+toolbar.label.colorTo -> bbpager.label.colorTo
+.br
+toolbar.textColor -> bbpager.textColor
+
+.SH WARNING
+If \fI$HOME/.bbtoolsrc\fR is defined \fBbbpager\fR won't copy the blackbox
+style.
+
+.SH "SEE ALSO"
+.BR bbpager(1)
+
+.SH AUTHOR
+.nr
+John Kennis <j.m.b.m.kennis@ele.tue.nl> - bbpager
+.br
+Jan Schaumann <jschauma@netmeister.org> - this man page