summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2007-06-13 17:08:32 +0000
committerMikael Magnusson <mikachu@comhem.se>2007-06-13 17:08:32 +0000
commite048751f914d16cb6346f7e7ca6532eaae44ce31 (patch)
tree74320ba31e91bc526705bb6d7862a829f352c276 /data
parent774b32f14ed63ee5da4613ba6c1399c54972614d (diff)
add center option to placement section
Diffstat (limited to 'data')
-rw-r--r--data/rc.xml3
-rw-r--r--data/rc.xsd1
2 files changed, 4 insertions, 0 deletions
diff --git a/data/rc.xml b/data/rc.xml
index a5e9bd11..1a4230c7 100644
--- a/data/rc.xml
+++ b/data/rc.xml
@@ -32,6 +32,9 @@
<placement>
<policy>Smart</policy>
<!-- 'Smart' or 'UnderMouse' -->
+ <center>yes</center>
+ <!-- whether to place windows in the center of the free area found or
+ the top left corner -->
</placement>
<theme>
diff --git a/data/rc.xsd b/data/rc.xsd
index 15154191..3e6b312b 100644
--- a/data/rc.xsd
+++ b/data/rc.xsd
@@ -53,6 +53,7 @@
<xsd:documentation>defines how new windows are placed</xsd:documentation>
</xsd:annotation>
<xsd:element name="policy" type="ob:placementpolicy"/>
+ <xsd:element name="center" type="ob:bool"/>
</xsd:complexType>
<xsd:complexType name="theme">
<xsd:element minOccurs="0" name="name" type="xsd:string"/>