From f7440be0f5652442dba78eceb852ea59def319ca Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 8 Feb 2010 13:55:29 -0500 Subject: [PATCH 1/3] Update the manpage for obxprop Specify that it allows you to specify properties on the command line. Update the variable names to _OB_APP_*. --- doc/obxprop.1.in | 9 +++++++-- doc/obxprop.1.sgml | 10 +++++++++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/doc/obxprop.1.in b/doc/obxprop.1.in index f3ac096c..bd8457bf 100644 --- a/doc/obxprop.1.in +++ b/doc/obxprop.1.in @@ -4,7 +4,7 @@ openbox \(em A minimalistic, highly configurable, next generation window manager with extensive standards support. .SH "SYNOPSIS" .PP -\fBopenbox\fR [\fB\-\-help\fP] [\fB\-\-display\fP] [DISPLAY] [\fB\-\-id\fP] [ID] [\fB\-\-root\fP] +\fBopenbox\fR [\fB\-\-help\fP] [\fB\-\-display\fP] [DISPLAY] [\fB\-\-id\fP] [ID] [\fB\-\-root\fP] [\-\-] [PROPERTY \&...] .SH "DESCRIPTION" .PP obxprop is a tool for displaying the properties on an x @@ -32,6 +32,11 @@ Specify the X display to use. .IP "ID" 10 Specify the window identifier for the window whose properties will be displayed. +.PP +Similar to \fBxprop\fR, +you may pass one or more property names to have +\fBopenbox\fR limit its output to only the properties +requested. .SH "SEE ALSO" .PP openbox (1), openbox-session(1), openbox-gnome-session(1), @@ -39,4 +44,4 @@ openbox-kde-session(1). .PP Please report bugs to: \fBhttp://bugzilla.icculus.org/ \fP -.\" created by instant / docbook-to-man, Wed 06 Jan 2010, 13:40 +.\" created by instant / docbook-to-man, Mon 08 Feb 2010, 14:21 diff --git a/doc/obxprop.1.sgml b/doc/obxprop.1.sgml index 06e78175..5e1a2611 100644 --- a/doc/obxprop.1.sgml +++ b/doc/obxprop.1.sgml @@ -40,6 +40,8 @@ manpage.1: manpage.sgml DISPLAY ID + -- + PROPERTY @@ -56,7 +58,8 @@ manpage.1: manpage.sgml clicking on it. Primarily, this tool exists for Openbox users to see the value of the - _OB_NAME, _OB_CLASS, and _OB_ROLE properties, which Openbox uses for + _OB_APP_NAME, _OB_APP_CLASS, _OB_APP_ROLE, and _OB_APP_TYPE properties, + which Openbox uses for matching windows against user-defined application rules. @@ -84,6 +87,11 @@ manpage.1: manpage.sgml + + Similar to xprop, + you may pass one or more property names to have + &dhpackage; limit its output to only the properties + requested. SEE ALSO From 95f81b8e4ce3575db4503b962fa2f077976cc797 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 8 Feb 2010 14:17:09 -0500 Subject: [PATCH 2/3] Add obxprop manpage to install --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 14786f57..0be0e373 100644 --- a/Makefile.am +++ b/Makefile.am @@ -529,7 +529,8 @@ nodist_man_MANS = \ doc/openbox.1 \ doc/openbox-session.1 \ doc/openbox-gnome-session.1 \ - doc/openbox-kde-session.1 + doc/openbox-kde-session.1 \ + doc/obxprop.1 EXTRA_DIST = \ config.rpath From 687f6e6e4e1b49f32cfe19dc4c241a7cdbc97a0a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 8 Feb 2010 14:27:49 -0500 Subject: [PATCH 3/3] add doc/obxprop.1 to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 907abb9b..bac98c7e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ doc/openbox-gnome-session.1 doc/openbox-kde-session.1 doc/openbox-session.1 doc/openbox.1 +doc/obxprop.1 libtool ltmain.sh m4/*.m4