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     <entry name="OutlineIntensity" type = "Enum">
0039       <choices>
0040           <choice name="OutlineOff"/>
0041           <choice name="OutlineLow"/>
0042           <choice name="OutlineMedium"/>
0043           <choice name="OutlineHigh"/>
0044           <choice name="OutlineMaximum"/>
0045       </choices>
0046       <default>OutlineMedium</default>
0047     </entry>
0048   </group>
0049 
0050   <group name="Windeco">
0051 
0052     <!-- border size -->
0053     <!--
0054       this one is used only for window specific settings, since the default is globally set by kwin
0055       the enumeration must be kept in sync with kwin's global settings
0056     -->
0057     <entry name="BorderSize" type = "Enum">
0058       <choices>
0059           <choice name="BorderNone" />
0060           <choice name="BorderNoSides" />
0061           <choice name="BorderTiny" />
0062           <choice name="BorderNormal" />
0063           <choice name="BorderLarge" />
0064           <choice name="BorderVeryLarge" />
0065           <choice name="BorderHuge" />
0066           <choice name="BorderVeryHuge" />
0067           <choice name="BorderOversized" />
0068       </choices>
0069       <default>BorderNone</default>
0070     </entry>
0071 
0072     <!-- title alignment -->
0073     <entry name="TitleAlignment" type="Enum">
0074       <choices>
0075           <choice name="AlignLeft" />
0076           <choice name="AlignCenter" />
0077           <choice name="AlignCenterFullWidth" />
0078           <choice name="AlignRight" />
0079       </choices>
0080       <default>AlignCenterFullWidth</default>
0081     </entry>
0082 
0083     <!-- button size -->
0084     <entry name="ButtonSize" type="Enum">
0085       <choices>
0086           <choice name="ButtonTiny" />
0087           <choice name="ButtonSmall" />
0088           <choice name="ButtonDefault" />
0089           <choice name="ButtonLarge" />
0090           <choice name="ButtonVeryLarge" />
0091       </choices>
0092       <default>ButtonDefault</default>
0093     </entry>
0094 
0095     <!-- maximized windows -->
0096     <entry name="DrawBorderOnMaximizedWindows" type = "Bool">
0097         <default>false</default>
0098     </entry>
0099 
0100     <!-- size grip -->
0101     <entry name="DrawBackgroundGradient" type = "Bool">
0102         <default>false</default>
0103     </entry>
0104 
0105     <!-- hide title bar -->
0106     <entry name="HideTitleBar" type = "Bool">
0107        <default>false</default>
0108     </entry>
0109 
0110     <!-- window specific settings -->
0111     <entry name="ExceptionType" type="Enum">
0112       <choices>
0113           <choice name="ExceptionWindowClassName" />
0114           <choice name="ExceptionWindowTitle" />
0115       </choices>
0116       <default>ExceptionWindowClassName</default>
0117     </entry>
0118 
0119     <entry name="ExceptionPattern" type = "String"/>
0120 
0121     <entry name="Enabled" type = "Bool">
0122       <default>true</default>
0123     </entry>
0124 
0125     <entry name="Mask" type = "Int">
0126       <default>0</default>
0127     </entry>
0128 
0129   </group>
0130 
0131 </kcfg>