all repos — openbox @ 88ae91f677d1eddf35ce4bdd3a17e25e83cda0c0

openbox fork - make it a bit more like ryudo

add focusLast and raiseOnFocus
Dana Jansens danakj@orodu.net
commit

88ae91f677d1eddf35ce4bdd3a17e25e83cda0c0

parent

4b8a6a7159c4c800006f45cd162cfd8ab85b5355

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M data/rc.xsddata/rc.xsd

@@ -21,6 +21,8 @@ Die Sep 16 20:56:37 CEST 2003 - pch(a)myzel.net

use a namespace Fri Sep 19 14:36:33 EDT 2003 - xor(a)orodu.net use openbox.org for namespace + Mon Sep 22 02:34:53 EDT 2003 - xor(a)orodu.net + add the focusLast and raiseOnFocus options --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://openbox.org/"

@@ -65,8 +67,10 @@ <xs:documentation>defines aspects of window focus</xs:documentation>

</xs:annotation> <xs:sequence> <xs:element name="focusNew" type="ob:yesorno"/> + <xs:element name="focusLast" type="ob:yesorno"/> <xs:element name="followMouse" type="ob:yesorno"/> <xs:element name="focusDelay" type="xs:integer"/> + <xs:element name="raiseOnFocus" type="ob:yesorno"/> </xs:sequence> </xs:complexType> <xs:complexType name="theme">