diff options
| author | Dana Jansens <danakj@orodu.net> | 2009-12-17 16:20:03 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2009-12-18 11:40:00 -0500 |
| commit | ad812e6299223efb0cb4faee03ce99870e5c7ce5 (patch) | |
| tree | e4054f2eab685827fcb7569ff59b686ef4fd6793 /data | |
| parent | 965ed8907a5dd81d5ffbc93b67a672fa78833854 (diff) | |
Add a focus option, unfocusOnLeave that removes focus from a window when the pointer leaves it
This uses the same delay to unfocus as is used for focusing on enter
Diffstat (limited to 'data')
| -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 499b81c9..06286426 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -61,6 +61,7 @@ <xsd:element minOccurs="0" name="underMouse" type="ob:bool"/> <xsd:element minOccurs="0" name="focusDelay" type="xsd:integer"/> <xsd:element minOccurs="0" name="raiseOnFocus" type="ob:bool"/> + <xsd:element minOccurs="0" name="unfocusOnLeave" type="ob:bool"/> </xsd:all> </xsd:complexType> <xsd:complexType name="placement"> |
