summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/rc.xml.in2
-rw-r--r--data/rc.xsd2
2 files changed, 4 insertions, 0 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in
index dd7c68d8..a1f27627 100644
--- a/data/rc.xml.in
+++ b/data/rc.xml.in
@@ -16,6 +16,7 @@
<focus>
<focusNew>yes</focusNew>
<followMouse>no</followMouse>
+ <focusLast>no</focusLast>
<focusDelay>0</focusDelay>
<raiseOnFocus>no</raiseOnFocus>
</focus>
@@ -31,6 +32,7 @@
<desktops>
<number>4</number>
+ <firstdesk>1</firstdesk>
<names>
<name>one</name>
<name>two</name>
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">