diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-16 19:32:13 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-16 19:32:13 +0000 |
| commit | 83a0303dd75ef0487fdd53e810914f21fdd3e459 (patch) | |
| tree | 537f87dfb49623adb649e8d8a1638dea0a5b2c36 /data | |
| parent | 2f4cd02a69b5fb71f011b0cc0a3a054dda1a175f (diff) | |
add option titleNumber in theme section to disable the little [x] that you get after identical window titles
Diffstat (limited to 'data')
| -rw-r--r-- | data/rc.xml.in | 3 | ||||
| -rw-r--r-- | data/rc.xsd | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/data/rc.xml.in b/data/rc.xml.in index 3593f9f6..77f0ab67 100644 --- a/data/rc.xml.in +++ b/data/rc.xml.in @@ -29,7 +29,8 @@ <theme> <name>TheBear</name> - <titlelayout>NLIMC</titlelayout> + <titleLayout>NLIMC</titlelayout> + <titleNumber>yes</titlenumber> <!-- avaible characters are NDSLIMC, each can occur at most once. N: client menu diff --git a/data/rc.xsd b/data/rc.xsd index 018d6a26..c5cf79ee 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -103,7 +103,8 @@ <xs:complexType name="theme"> <xs:sequence> <xs:element minOccurs="0" name="name" type="xs:string"/> - <xs:element minOccurs="0" name="titlelayout" type="xs:string"/> + <xs:element minOccurs="0" name="titleLayout" type="xs:string"/> + <xs:element minOccurs="0" name="titleNumber" type="ob:bool"/> <xs:element minOccurs="0" name="keepBorder" type="ob:bool"/> <xs:element minOccurs="0" name="hideDisabled" type="ob:bool"/> </xs:sequence> |
