diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-01-11 16:20:53 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-01-11 16:20:53 -0500 |
| commit | 567fd15eebdd44e50cef140419dbf7a336708109 (patch) | |
| tree | 3b3691719c704d6da4454bd78e17ec8b495ee76a /data/rc.xml | |
| parent | 3e9dbc01430193035e3d1f5832c019c3f9623db8 (diff) | |
| parent | e8200ae603f33b70824c125ba6b37bfaec7d89ea (diff) | |
Merge branch 'backport' into work
Conflicts:
configure.ac
data/rc.xml
openbox/client.c
openbox/event.c
openbox/focus_cycle.c
openbox/focus_cycle_popup.c
openbox/openbox.c
openbox/prop.c
openbox/prop.h
openbox/screen.c
parser/parse.c
version.h.in
Diffstat (limited to 'data/rc.xml')
| -rw-r--r-- | data/rc.xml | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/data/rc.xml b/data/rc.xml index aa361920..ecc22bb9 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -696,16 +696,13 @@ # you may use one or more of the name/class/role/type rules to specify # windows to match - <application name="the window's _OB_NAME property (see obxprop)" - class="the window's _OB_CLASS property (see obxprop)" - role="the window's _OB_ROLE property (see obxprop)" - type="the window's _NET_WM_WINDOW_TYPE (see obxprob).. - (if unspecified, then it is 'dialog' for child windows) - one of: normal, dialog, splash, utility, menu, toolbar, - dock, desktop"> - # the name or the class can be set, or both. this is used to match - # windows when they appear. role can optionally be set as well, to - # further restrict your matches. + <application name="the window's _OB_APP_NAME property (see obxprop)" + class="the window's _OB_APP_CLASS property (see obxprop)" + role="the window's _OB_APP_ROLE property (see obxprop)" + type="the window's _OB_APP_TYPE property (see obxprob).. + (if unspecified, then it is 'dialog' for child windows)"> + # you may set only one of name/class/role/type, or you may use more than one + # together to restrict your matches. # the name, class, and role use simple wildcard matching such as those # used by a shell. you can use * to match any characters and ? to match @@ -718,7 +715,7 @@ # order that they appear in this list - # each element can be left out or set to 'default' to specify to not + # each rule element can be left out or set to 'default' to specify to not # change that attribute of the window <decor>yes</decor> |
