summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-04-26 03:19:34 +0000
committerMikael Magnusson <mikachu@comhem.se>2007-04-26 03:19:34 +0000
commit74ce377ef58b0435bfa43da094968902a86bd366 (patch)
treec873777ebb4c4c6cd2fa15fb3f02ea98a5b806ce /data
parentc4ba6e605a07c177d773323d138f0caa0f334c97 (diff)
update for chroot stuffs
Diffstat (limited to 'data')
-rw-r--r--data/rc.xsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/rc.xsd b/data/rc.xsd
index 15c426c3..e034e480 100644
--- a/data/rc.xsd
+++ b/data/rc.xsd
@@ -49,6 +49,7 @@
Removed fourCorners option.
Wed Apr 25 14:02:40 UTC 2007
Fixed values for layer to be above/below, not top/bottom.
+ Add chroot attribute and keybind element to keybind element.
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://openbox.org/"
@@ -190,6 +191,8 @@
<xs:complexType name="keybind">
<xs:sequence>
<xs:element maxOccurs="unbounded" name="action" type="ob:action"/>
+ <xs:element maxOccurs="unbounded" name="keybind" type="ob:keybind"/>
+ <xs:attribute name="chroot" type="ob:bool"/>
</xs:sequence>
<xs:attribute name="key" type="ob:keyname" use="required"/>
</xs:complexType>