Warning, /plasma/kwin/src/plugins/windowview/windowviewconfig.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <!--
0003     SPDX-FileCopyrightText: 2021 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
0004 
0005     SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
0006 -->
0007 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0008       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0009       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0010                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0011     <kcfgfile arg="true"/>
0012     <group name="Effect-windowview">
0013         <entry name="LayoutMode" type="Int">
0014             <default>1</default>
0015         </entry>
0016         <entry name="IgnoreMinimized" type="bool">
0017             <default>false</default>
0018         </entry>
0019 
0020         <entry name="BorderActivate" type="IntList" />
0021         <entry name="BorderActivateAll" type="IntList" />
0022         <entry name="BorderActivateClass" type="IntList" />
0023         <entry name="BorderActivateClassCurrentDesktop" type="IntList" />
0024 
0025         <entry name="TouchBorderActivate" type="IntList" />
0026         <entry name="TouchBorderActivateAll" type="IntList" />
0027         <entry name="TouchBorderActivateClass" type="IntList" />
0028         <entry name="TouchBorderActivateClassCurrentDesktop" type="IntList" />
0029     </group>
0030 </kcfg>