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 932521b7..3e5554ba 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -33,6 +33,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 --> <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 425d53c9..75dd660e 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -70,6 +70,7 @@ </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> |
