all repos — openbox @ c2557387b27df959341826d02348a997fd652695

openbox fork - make it a bit more like ryudo

add the "command" option to the xsd
Dana Jansens danakj@orodu.net
commit

c2557387b27df959341826d02348a997fd652695

parent

c41886288a357bc9be742cf9978134b828b28ae8

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M data/rc.xsddata/rc.xsd

@@ -109,6 +109,7 @@ <xsd:element minOccurs="0" name="moveButton" type="ob:button"/>

</xsd:complexType> <xsd:complexType name="action"> <xsd:element minOccurs="0" name="execute" type="xsd:string"/> + <xsd:element minOccurs="0" name="command" type="xsd:string"/> <xsd:element minOccurs="0" name="menu" type="xsd:string"/> <xsd:element minOccurs="0" name="delta" type="xsd:integer"/> <xsd:element minOccurs="0" name="x" type="xsd:integer"/>