mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
68 lines
2.3 KiB
XML
68 lines
2.3 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="krunnerrc" />
|
|
<include>KGlobalSettings</include>
|
|
<include>ksysguard/processui/ProcessModel.h</include>
|
|
<include>ksysguard/processui/ProcessFilter.h</include>
|
|
<!-- generated by KConfig XTraKtor -->
|
|
<group name="General">
|
|
<entry key="Interface" type="Enum">
|
|
<label>The interface style to use in KRunner</label>
|
|
<choices>
|
|
<choice name="CommandOriented"/>
|
|
<choice name="TaskOriented"/>
|
|
</choices>
|
|
<default>CommandOriented</default>
|
|
</entry>
|
|
<entry key="FreeFloating" type="bool">
|
|
<label>Set to true to show the interface in a freely floating dialog instead of at the top of the screen</label>
|
|
<default>false</default>
|
|
</entry>
|
|
<entry key="QueryTextCompletionMode" type="Int">
|
|
<default code="true">(int)KGlobalSettings::CompletionMan</default>
|
|
<label>Completion mode used for the query text.</label>
|
|
</entry>
|
|
|
|
<entry name="PastQueries" key="PastQueries" type="StringList">
|
|
<default></default>
|
|
<label>History if past queries successfully completed</label>
|
|
<whatsthis></whatsthis>
|
|
</entry>
|
|
</group>
|
|
|
|
<group name="TaskDialog">
|
|
|
|
<entry key="KeepAbove" name="KeepTaskDialogAbove" type="Bool">
|
|
<default>true</default>
|
|
<label>Whether to keep the tasks dialog above other windows when shown.</label>
|
|
<whatsthis></whatsthis>
|
|
</entry>
|
|
|
|
<entry key="units" type="Int">
|
|
<default><code>ProcessModel::UnitsKB</code></default>
|
|
</entry>
|
|
|
|
<entry key="showTotals" type="Bool">
|
|
<default>true</default>
|
|
</entry>
|
|
|
|
<entry key="filterState" type="Int">
|
|
<default><code>ProcessFilter::AllProcesses</code></default>
|
|
</entry>
|
|
|
|
<entry key="updateIntervalMSecs" type="Int">
|
|
<default>2000</default>
|
|
<min>0</min>
|
|
</entry>
|
|
|
|
<entry key="version" type="Int">
|
|
<default>0</default>
|
|
<min>0</min>
|
|
</entry>
|
|
|
|
</group>
|
|
|
|
</kcfg>
|