mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 06:13:09 +00:00
21 lines
606 B
XML
21 lines
606 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2015-2019 Marco Martin <mart@kde.org>
|
|
- SPDX-License-Identifier: GPL-2.0-or-later
|
|
-->
|
|
|
|
<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="AppOrder" type="StringList">
|
|
<label>order of apps</label>
|
|
<default>org.kde.phone.dialer.desktop</default>
|
|
</entry>
|
|
</group>
|
|
|
|
</kcfg>
|