2016-12-25 09:25:27 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns= "http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<kcfgfile name= "" />
<group name= "General" >
<entry name= "appletOrder" type= "String" >
<label > encoded order of items</label>
</entry>
<entry name= "lockedZoomApplets" type= "String" >
<label > applets that lock the zoom effect</label>
</entry>
<entry name= "panelPosition" type= "Enum" >
<choices >
<choice name= "Center" />
<choice name= "Left" />
<choice name= "Right" />
<choice name= "Top" />
<choice name= "Bottom" />
</choices>
<default > 0</default>
</entry>
<entry name= "zoomLevel" type= "Int" >
<default > 10</default>
</entry>
<entry name= "iconSize" type= "Int" >
<default > 64</default>
</entry>
<entry name= "useThemePanel" type= "Bool" >
<default > false</default>
</entry>
<entry name= "panelSize" type= "Int" >
<default > 58</default>
</entry>
<entry name= "automaticIconSize" type= "Bool" >
<default > false</default>
</entry>
<entry name= "smallAutomaticIconJumps" type= "Bool" >
<default > true</default>
</entry>
<entry name= "splitterPosition" type= "Int" >
<default > -1</default>
</entry>
<entry name= "shadows" type= "Enum" >
<label > Shadows for the applets</label>
<choices >
<choice name= "None" />
<choice name= "Locked" />
<choice name= "All" />
</choices>
<default > 1</default>
</entry>
2017-01-02 19:42:43 +02:00
<!-- Tasks properties -->
<entry name= "showGlow" type= "Bool" >
<default > true</default>
</entry>
<entry name= "threeColorsWindows" type= "Bool" >
<default > false</default>
</entry>
<entry name= "dotsOnActive" type= "Bool" >
<default > false</default>
</entry>
<entry name= "reverseLinesPosition" type= "Bool" >
<default > false</default>
</entry>
2017-01-02 20:44:07 +02:00
<entry name= "durationTime" type= "Enum" >
<choices >
<choice name= "None" />
<choice name= "x1" />
<choice name= "x2" />
<choice name= "x3" />
</choices>
<default > 2</default>
</entry>
2017-01-02 21:16:35 +02:00
<entry name= "smartLaunchersEnabled" type= "Bool" >
<default > true</default>
</entry>
<entry name= "highlightWindows" type= "Bool" >
<default > false</default>
</entry>
<entry name= "showToolTips" type= "Bool" >
<default > false</default>
</entry>
<entry name= "showWindowActions" type= "Bool" >
<default > false</default>
</entry>
2016-12-25 09:25:27 +02:00
</group>
</kcfg>