kde-workspace/plasma/shells/plasma-desktop/data/plasma-shell-desktop.kcfg
Ivailo Monev 849c385547 generic: remove activities support leftovers
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-07-23 22:15:29 +03:00

14 lines
566 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 />
<include>QApplication</include>
<group name="General">
<entry key="desktopFont" type="Font">
<label>The font to use on the desktop</label>
<default code="true">qApp->font()</default>
</entry>
</group>
</kcfg>