diff options
Diffstat (limited to 'data/rc.xsd')
| -rw-r--r-- | data/rc.xsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/rc.xsd b/data/rc.xsd index d5c3be95..f36b39f7 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -71,6 +71,7 @@ </xs:annotation> <xs:sequence> <xs:element name="focusNew" type="ob:yesorno"/> + <xs:element name="focusLast" type="ob:yesorno"/> <xs:element name="followMouse" type="ob:yesorno"/> <xs:element name="focusDelay" type="xs:integer"/> <xs:element name="raiseOnFocus" type="ob:yesorno"/> @@ -100,6 +101,7 @@ </xs:sequence> </xs:complexType> </xs:element> + <xs:element name="firstdesk" type="xs:integer"/> </xs:sequence> </xs:complexType> <xs:complexType name="resize"> |
