01314f8e9a
Summary: Also manage KCModule states (isSaveNeeded and isDefaults) BUG: 405573 Test Plan: * exec kcmshell5 kwintouchscreen * In an edge, select action Present windows - All desktops, then apply * close and reopen * Should display action Present windows - All desktops in the previously selected edge. * Do same test with Present windows - current desktop Reviewers: #kwin, ervin, bport, meven, zzag Reviewed By: #kwin, ervin, meven, zzag Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D27862
14 lines
537 B
XML
14 lines
537 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">
|
|
<parameter name="ScriptName"/>
|
|
</kcfgfile>
|
|
<group name="Script-$(ScriptName)">
|
|
<entry key="TouchBorderActivate" type="IntList">
|
|
<default>ElectricNone</default>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|