diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/rc.xml | 3 | ||||
| -rw-r--r-- | data/rc.xsd | 1 |
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"/> |
