all repos — openbox @ a8dbf2e74ea967158db754e383a88c84c331f97c

openbox fork - make it a bit more like ryudo

add primary monitor stuff to rc.xsd
Dana Jansens danakj@orodu.net
commit

a8dbf2e74ea967158db754e383a88c84c331f97c

parent

74f7f35b59ce395c17fa823660a480dd94c6077c

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

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

@@ -72,6 +72,7 @@ <xsd:sequence>

<xsd:element minOccurs="0" name="policy" type="ob:placementpolicy"/> <xsd:element minOccurs="0" name="center" type="ob:bool"/> <xsd:element minOccurs="0" name="monitor" type="ob:placementmonitor"/> + <xsd:element minOccurs="0" name="monitor" type="ob:primarymonitor"/> </xsd:sequence> </xsd:complexType> <xsd:complexType name="margins">

@@ -517,6 +518,14 @@ <xsd:restriction base="xsd:string">

<xsd:enumeration value="Any"/> <xsd:enumeration value="Mouse"/> <xsd:enumeration value="Active"/> + <xsd:enumeration value="Primary"/> + </xsd:restriction> + </xsd:simpleType> + <xsd:simpleType name="primarymonitor"> + <xsd:restriction base="xsd:string"> + <xsd:enumeration value="Mouse"/> + <xsd:enumeration value="Active"/> + <xsd:enumeration value="[0-9][0-9][0-9][0-9][0-9]"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="popupposition">