forked from Qortal/Brooklyn
54 lines
2.8 KiB
XML
54 lines
2.8 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=""/>
|
|
<group name="General">
|
|
<entry name="icon" type="String">
|
|
<label>The name of the icon used in the compact representation (e.g. on a small panel).</label>
|
|
<default>start-here-kde</default>
|
|
</entry>
|
|
<entry name="favorites" type="StringList">
|
|
<label>List of general favorites. Supported values are menu id's (usually .desktop file names), special URLs that expand into default applications (e.g. preferred://browser), document URLs and KPeople contact URIs.</label>
|
|
<default>preferred://browser,org.kde.kontact.desktop,systemsettings.desktop,org.kde.dolphin.desktop,ktp-contactlist.desktop,org.kde.discover.desktop</default>
|
|
</entry>
|
|
<entry name="systemFavorites" type="StringList">
|
|
<label>List of system action favorites.</label>
|
|
<default>suspend,hibernate,reboot,shutdown</default>
|
|
</entry>
|
|
<entry name="primaryActions" type="Int">
|
|
<label>Which actions should be displayed in the footer: 0 = Power, 1 = Session, 2 = Custom, 3 = Power and session</label>
|
|
<default>0</default>
|
|
</entry>
|
|
<entry name="favoritesPortedToKAstats" type="Bool">
|
|
<label>Are the favorites ported to use KActivitiesStats to allow per-activity favorites</label>
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="systemApplications" type="StringList">
|
|
<label>List of applications at the top of the "Computer" tab.</label>
|
|
<default>systemsettings.desktop,org.kde.kinfocenter.desktop,org.kde.discover.desktop</default>
|
|
</entry>
|
|
<entry name="favoritesDisplay" type="Int">
|
|
<label>How to display favorites: 0 = Grid, 1 = List</label>
|
|
<default>0</default>
|
|
</entry>
|
|
<entry name="applicationsDisplay" type="Int">
|
|
<label>How to display applications: 0 = Grid, 1 = List</label>
|
|
<default>1</default>
|
|
</entry>
|
|
<entry name="alphaSort" type="Bool">
|
|
<label>Whether to sort menu contents alphabetically or use manual/system sort order.</label>
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="pin" type="Bool">
|
|
<label>Whether the popup should remain open when another window is activated</label>
|
|
<default>false</default>
|
|
</entry>
|
|
<entry name="showActionButtonCaptions" type="Bool">
|
|
<label>Whether to display captions ("shut down", "log out", etc.) for the footer action buttons</label>
|
|
<default>true</default>
|
|
</entry>
|
|
</group>
|
|
</kcfg>
|