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 e3a59eb2..efbd8a9c 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -35,6 +35,9 @@ <center>yes</center> <!-- whether to place windows in the center of the free area found or the top left corner --> + <active>no</active> + <!-- force new windows ont the active monitor on a multi-head system, unless + they are part of an application already on another monitor --> </placement> <theme> diff --git a/data/rc.xsd b/data/rc.xsd index adafc5f4..ef610bfa 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -54,6 +54,7 @@ </xsd:annotation> <xsd:element name="policy" type="ob:placementpolicy"/> <xsd:element name="center" type="ob:bool"/> + <xsd:element name="active" type="ob:bool"/> </xsd:complexType> <xsd:complexType name="margins"> <xsd:annotation> |
