summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-02-24 20:26:08 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-02-24 20:26:08 +0000
commitdd7c6ad734e88e6f2ad053f090bd5b04c5692fb4 (patch)
treeaa4ec13c9bbaddf13fbd48b43a56c0ec1d3ada4c /data
parenta5451fa6fa9b18c4125c832ab64be7f4357e7ba8 (diff)
add back the focusLast option for the "i lost count"th time
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">