summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/rc.xml3
-rw-r--r--data/rc.xsd1
2 files changed, 0 insertions, 4 deletions
diff --git a/data/rc.xml b/data/rc.xml
index 6e8445aa..1da3b384 100644
--- a/data/rc.xml
+++ b/data/rc.xml
@@ -33,9 +33,6 @@
<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 -->
<monitor>Primary</monitor>
<!-- with Smart placement on a multi-monitor system, try to place new windows
on: 'Any' - any monitor, 'Mouse' - where the mouse is, 'Active' - where
diff --git a/data/rc.xsd b/data/rc.xsd
index fb7da522..79a3571f 100644
--- a/data/rc.xsd
+++ b/data/rc.xsd
@@ -70,7 +70,6 @@
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="policy" type="ob:placementpolicy"/>
- <xsd:element minOccurs="0" name="center" type="ob:bool"/>
<xsd:element minOccurs="0" name="monitor" type="ob:placementmonitor"/>
<xsd:element minOccurs="0" name="primaryMonitor" type="ob:primarymonitor"/>
</xsd:sequence>