diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-01-14 17:24:39 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-01-14 18:41:21 -0500 |
| commit | 6cf3357036561134383198cc8b853abb3fe5a982 (patch) | |
| tree | 3c359a2ac24f533755a3f7895c936567dac8fa25 /data/rc.xsd | |
| parent | ae85462f2bf0812755a29ea17080b14f681acaf4 (diff) | |
allow app rules to match windows by their title when mapping
and save the title in the _OB_APP_TITLE property
Diffstat (limited to 'data/rc.xsd')
| -rw-r--r-- | data/rc.xsd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/rc.xsd b/data/rc.xsd index 6d2ed1dd..2fed1f48 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -246,9 +246,10 @@ <xsd:element minOccurs="0" name="fullscreen" type="ob:bool"/> <xsd:element minOccurs="0" name="maximized" type="ob:maximization"/> </xsd:all> + <!-- at least one of these must be present --> <xsd:attribute name="role" type="xsd:string"/> + <xsd:attribute name="title" type="xsd:string"/> <xsd:attribute name="type" type="ob:clienttype"/> - <!-- at least one of these must be present --> <xsd:attribute name="name" type="xsd:string"/> <xsd:attribute name="class" type="xsd:string"/> </xsd:complexType> |
