]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xsd
allow app rules to match windows by their title when mapping
[chaz/openbox] / data / rc.xsd
index 6d2ed1dd18264c405b7a3142329c329e823b3e2b..2fed1f489f5318b44cf5d77ca1e2c394f771d1c9 100644 (file)
             <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>
This page took 0.020835 seconds and 4 git commands to generate.