76c207df09
This effect is controlled by KScreen. It fades out all windows when KScreen requests this and gives feedback to KScreen once all windows are faded out. This allows KScreen to adjust the screens in a flicker free way. REVIEW: 110661 BUG: 319994 FIXED-IN: 4.11
12 lines
443 B
XML
12 lines
443 B
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-Kscreen">
|
|
<entry name="Duration" type="Int">
|
|
<default>0</default>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|