summaryrefslogtreecommitdiff
path: root/data/rc.xsd
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/rc.xsd
parenta5451fa6fa9b18c4125c832ab64be7f4357e7ba8 (diff)
add back the focusLast option for the "i lost count"th time
Diffstat (limited to 'data/rc.xsd')
-rw-r--r--data/rc.xsd2
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">