]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xsd
add a config option hideDisabled in the theme section that hides disabled buttons...
[chaz/openbox] / data / rc.xsd
index b5b40f2da13bdea10e8cea244f55168984de4805..3c6c47b77fc649c2fc0f61dbf99eb92e31bee6e9 100644 (file)
      Sun Oct 31 10:08:34 UTC 2004 - mikachu(a)openbox.org
          we haven't remembered to update this changelog in a while,
          adding desktopMenuIcons.
+     Thu Nov  4 12:07:08 UTC 2004 - mikachu(a)openbox.org
+         Add fourCorners to resize context.
+     Sat Feb 12 01:57:16 UTC 2005 - mikachu(a)openbox.org
+         Add the group option to raise/lower stuff.
 -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
     targetNamespace="http://openbox.org/"
             <xs:element name="name" type="xs:string"/>
             <xs:element name="titlelayout" type="xs:string"/>
             <xs:element name="keepBorder" type="ob:yesorno"/>
+            <xs:element name="hideDisabled" type="ob:yesorno"/>
         </xs:sequence>
     </xs:complexType>
     <xs:complexType name="desktops">
     <xs:complexType name="resize">
         <xs:sequence>
             <xs:element name="drawContents" type="ob:yesorno"/>
+            <xs:element name="fourCorners" type="ob:yesorno"/>
             <xs:element name="popupShow" type="ob:popupshow"/>
             <xs:element name="popupPosition" type="ob:popupposition"/>
         </xs:sequence>
             <xs:element name="floatingY" type="xs:integer"/>
             <xs:element name="autoHide" type="ob:yesorno"/>
             <xs:element name="hideDelay" type="xs:integer"/>
-            <xs:element name="disktopMenuIcons" type="ob:yesorno"/>
             <xs:element name="moveButton" type="ob:button"/>
+            <xs:element name="noStrut" type="ob:yesorno"/>
         </xs:sequence>
     </xs:complexType>
     <xs:complexType name="action">
             <xs:element minOccurs="0" name="desktop" type="xs:integer"/>
             <xs:element minOccurs="0" name="follow" type="ob:yesorno"/>
             <xs:element minOccurs="0" name="execute" type="xs:string"/>
+            <xs:element minOccurs="0" name="group" type="ob:yesorno"/>
             <xs:element minOccurs="0" name="dialog" type="ob:yesorno"/>
         </xs:sequence>
         <xs:attribute name="name" type="ob:actionname" use="required"/>
             <xs:element maxOccurs="unbounded" name="file" type="xs:string"/>
             <xs:element name="warpPointer" type="ob:yesorno"/>
             <xs:element name="xorStyle" type="ob:yesorno"/>
+            <xs:element name="hideDelay" type="xs:integer"/>
+            <xs:element name="desktopMenuIcons" type="ob:yesorno"/>
         </xs:sequence>
     </xs:complexType>
     <!--
             <xs:enumeration value="Execute"/>
             <xs:enumeration value="Exit"/>
             <xs:enumeration value="Focus"/>
+            <xs:enumeration value="FocusToBottom"/>
             <xs:enumeration value="GrowToEdgeEast"/>
             <xs:enumeration value="GrowToEdgeNorth"/>
             <xs:enumeration value="GrowToEdgeSouth"/>
This page took 0.023092 seconds and 4 git commands to generate.