diff options
| author | Ian Zimmerman <itz@buug.org> | 2012-09-30 20:51:01 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2012-10-06 21:56:56 -0400 |
| commit | 4d2ccf19168a4089a6a0de0109610479ec6d5507 (patch) | |
| tree | 27cae89a72bdc4e1831a4adf5bc752f0ac87faca /data/rc.xsd | |
| parent | 01f62ded2fe289fe245f4f05b5825f4bdcbe1dc3 (diff) | |
LeastOverlap placement option (Fix bug 5385)
Adds a new placement algorithm that finds a place on the monitor that overlaps
the least amount of windows as possible.
Original patch by Ian Zimmerman <itz@buug.org>.
Port to Openbox 3.5 by David Vogt <dv@adfinis.c>.
Diffstat (limited to 'data/rc.xsd')
| -rw-r--r-- | data/rc.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/rc.xsd b/data/rc.xsd index ad96994a..07357ad5 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -511,6 +511,7 @@ <xsd:restriction base="xsd:string"> <xsd:enumeration value="Smart"/> <xsd:enumeration value="UnderMouse"/> + <xsd:enumeration value="LeastOverlap"/> </xsd:restriction> </xsd:simpleType> <xsd:simpleType name="placementmonitor"> |
