all repos — openbox @ f7440be0f5652442dba78eceb852ea59def319ca

openbox fork - make it a bit more like ryudo

Update the manpage for obxprop

Specify that it allows you to specify properties on the command line.
Update the variable names to _OB_APP_*.
Dana Jansens danakj@orodu.net
commit

f7440be0f5652442dba78eceb852ea59def319ca

parent

2ab63cb36f01de0edca91921e6608f67dd31c6f3

2 files changed, 16 insertions(+), 3 deletions(-)

jump to
M doc/obxprop.1.indoc/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 @@ .IP "\fB\-\-id\fP" 10

.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
M doc/obxprop.1.sgmldoc/obxprop.1.sgml

@@ -40,6 +40,8 @@ <arg><option>--help</option></arg>

<arg><option>--display</option></arg><arg>DISPLAY</arg> <arg><option>--id</option></arg><arg>ID</arg> <arg><option>--root</option></arg> + <arg>--</arg> + <arg rep="Repeat">PROPERTY</arg> </cmdsynopsis> </refsynopsisdiv> <refsect1>

@@ -56,7 +58,8 @@ identifier, otherwise obxprop will allow you to select a window by

clicking on it.</para> <para>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.</para> </refsect1> <refsect1>

@@ -84,6 +87,11 @@ will be displayed.</para>

</listitem> </varlistentry> </variablelist> + + <para>Similar to <command>xprop</command>, + you may pass one or more property names to have + <command>&dhpackage;</command> limit its output to only the properties + requested.</para> </refsect1> <refsect1> <title>SEE ALSO</title>