Warning, /plasma/breeze/kdecoration/breezesettingsdata.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <kcfgfile name="breezerc"/>
0007 
0008   <!-- common options -->
0009   <group name="Common">
0010 
0011     <entry name="ShadowStrength" type = "Int">
0012        <default>255</default>
0013        <min>25</min>
0014        <max>255</max>
0015     </entry>
0016 
0017     <!-- shadow -->
0018     <entry name="ShadowSize" type = "Enum">
0019       <choices>
0020           <choice name="ShadowNone"/>
0021           <choice name="ShadowSmall"/>
0022           <choice name="ShadowMedium"/>
0023           <choice name="ShadowLarge"/>
0024           <choice name="ShadowVeryLarge"/>
0025       </choices>
0026       <default>ShadowLarge</default>
0027     </entry>
0028 
0029     <entry name="ShadowColor" type = "Color">
0030        <default>0, 0, 0</default>
0031     </entry>
0032 
0033     <!-- close button -->
0034     <entry name="OutlineCloseButton" type = "Bool">
0035         <default>false</default>
0036     </entry>
0037 
0038   </group>
0039 
0040   <group name="Windeco">
0041 
0042     <!-- border size -->
0043     <!--
0044       this one is used only for window specific settings, since the default is globally set by kwin
0045       the enumeration must be kept in sync with kwin's global settings
0046     -->
0047     <entry name="BorderSize" type = "Enum">
0048       <choices>
0049           <choice name="BorderNone" />
0050           <choice name="BorderNoSides" />
0051           <choice name="BorderTiny" />
0052           <choice name="BorderNormal" />
0053           <choice name="BorderLarge" />
0054           <choice name="BorderVeryLarge" />
0055           <choice name="BorderHuge" />
0056           <choice name="BorderVeryHuge" />
0057           <choice name="BorderOversized" />
0058       </choices>
0059       <default>BorderNone</default>
0060     </entry>
0061 
0062     <!-- title alignment -->
0063     <entry name="TitleAlignment" type="Enum">
0064       <choices>
0065           <choice name="AlignLeft" />
0066           <choice name="AlignCenter" />
0067           <choice name="AlignCenterFullWidth" />
0068           <choice name="AlignRight" />
0069       </choices>
0070       <default>AlignCenterFullWidth</default>
0071     </entry>
0072 
0073     <!-- button size -->
0074     <entry name="ButtonSize" type="Enum">
0075       <choices>
0076           <choice name="ButtonTiny" />
0077           <choice name="ButtonSmall" />
0078           <choice name="ButtonDefault" />
0079           <choice name="ButtonLarge" />
0080           <choice name="ButtonVeryLarge" />
0081       </choices>
0082       <default>ButtonDefault</default>
0083     </entry>
0084 
0085     <!-- maximized windows -->
0086     <entry name="DrawBorderOnMaximizedWindows" type = "Bool">
0087         <default>false</default>
0088     </entry>
0089 
0090     <!-- size grip -->
0091     <entry name="DrawBackgroundGradient" type = "Bool">
0092         <default>false</default>
0093     </entry>
0094 
0095     <!-- hide title bar -->
0096     <entry name="HideTitleBar" type = "Bool">
0097        <default>false</default>
0098     </entry>
0099 
0100     <!-- window specific settings -->
0101     <entry name="ExceptionType" type="Enum">
0102       <choices>
0103           <choice name="ExceptionWindowClassName" />
0104           <choice name="ExceptionWindowTitle" />
0105       </choices>
0106       <default>ExceptionWindowClassName</default>
0107     </entry>
0108 
0109     <entry name="ExceptionPattern" type = "String"/>
0110 
0111     <entry name="Enabled" type = "Bool">
0112       <default>true</default>
0113     </entry>
0114 
0115     <entry name="Mask" type = "Int">
0116       <default>0</default>
0117     </entry>
0118 
0119   </group>
0120 
0121 </kcfg>