kwin/effects/flipswitch/flipswitch.kcfg
Lilian A. Moraru 607817eeef Use KConfigXT in FlipSwitch effect
REVIEW: 106401
2012-09-15 11:24:11 +02:00

32 lines
1.1 KiB
XML

<?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="kwinrc"/>
<group name="Effect-FlipSwitch">
<entry name="BorderActivate" type="IntList" />
<entry name="BorderActivateAll" type="IntList" />
<entry name="TabBox" type="Bool">
<default>false</default>
</entry>
<entry name="TabBoxAlternative" type="Bool">
<default>false</default>
</entry>
<entry name="Duration" type="Int">
<default>0</default>
</entry>
<entry name="Angle" type="Int">
<default>30</default>
</entry>
<entry name="XPosition" type="Int">
<default>33</default>
</entry>
<entry name="YPosition" type="Int">
<default>100</default>
</entry>
<entry name="WindowTitle" type="Bool">
<default>true</default>
</entry>
</group>
</kcfg>