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

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
0003 <kcfg>
0004   <kcfgfile name="oxygenrc"/>
0005 
0006   <group name="Windeco">
0007 
0008     <entry name="TitleAlignment" type="Enum">
0009       <choices>
0010           <choice name="AlignLeft" />
0011           <choice name="AlignCenter" />
0012           <choice name="AlignCenterFullWidth" />
0013           <choice name="AlignRight" />
0014       </choices>
0015       <default>AlignCenterFullWidth</default>
0016     </entry>
0017 
0018     <entry name="ButtonSize" type="Enum">
0019       <choices>
0020           <choice name="ButtonSmall" />
0021           <choice name="ButtonDefault" />
0022           <choice name="ButtonLarge" />
0023           <choice name="ButtonVeryLarge" />
0024           <choice name="ButtonHuge" />
0025       </choices>
0026       <default>ButtonDefault</default>
0027     </entry>
0028 
0029     <entry name="BorderSize" type = "Enum">
0030       <choices>
0031           <choice name="BorderNone" />
0032           <choice name="BorderNoSides" />
0033           <choice name="BorderTiny" />
0034           <choice name="BorderNormal" />
0035           <choice name="BorderLarge" />
0036           <choice name="BorderVeryLarge" />
0037           <choice name="BorderHuge" />
0038           <choice name="BorderVeryHuge" />
0039           <choice name="BorderOversized" />
0040       </choices>
0041       <default>BorderNoSides</default>
0042     </entry>
0043 
0044     <entry name="UseWindowColors" type="bool">
0045       <default>true</default>
0046     </entry>
0047 
0048     <entry name="DrawSizeGrip" type="Bool">
0049       <default>true</default>
0050     </entry>
0051 
0052     <entry name="HideTitleBar" type="Bool">
0053        <default>false</default>
0054     </entry>
0055 
0056     <!-- maximized windows -->
0057     <entry name="DrawBorderOnMaximizedWindows" type = "Bool">
0058        <default>false</default>
0059     </entry>
0060 
0061     <!-- animations -->
0062     <entry name="AnimationsEnabled" type = "Bool">
0063        <default>true</default>
0064     </entry>
0065 
0066     <entry name="ButtonAnimationsEnabled" type = "Bool">
0067        <default>true</default>
0068     </entry>
0069 
0070     <entry name="TitleAnimationsEnabled" type = "Bool">
0071        <default>true</default>
0072     </entry>
0073     
0074     <entry name="ShadowAnimationsEnabled" type = "Bool">
0075        <default>true</default>
0076     </entry>
0077 
0078     <entry name="TabAnimationsEnabled" type = "Bool">
0079        <default>true</default>
0080     </entry>
0081 
0082     <entry name="ButtonAnimationsDuration" type = "Int">
0083        <default>150</default>
0084     </entry>
0085 
0086     <entry name="TitleAnimationsDuration" type = "Int">
0087        <default>150</default>
0088     </entry>
0089 
0090     <entry name="ShadowAnimationsDuration" type = "Int">
0091        <default>150</default>
0092     </entry>
0093 
0094     <entry name="TabAnimationsDuration" type = "Int">
0095        <default>150</default>
0096     </entry>
0097 
0098     <!-- exceptions -->
0099     <entry name="ExceptionType" type="Enum">
0100       <choices>
0101           <choice name="ExceptionWindowClassName" />
0102           <choice name="ExceptionWindowTitle" />
0103       </choices>
0104       <default>ExceptionWindowClassName</default>
0105     </entry>
0106 
0107     <entry name="ExceptionPattern" type = "String"/>
0108 
0109     <entry name="Enabled" type = "Bool">
0110       <default>true</default>
0111     </entry>
0112 
0113     <entry name="Mask" type = "Int">
0114       <default>0</default>
0115     </entry>
0116 
0117   </group>
0118 </kcfg>