kde-workspace/plasma/applets/notifications/contents/config/main.xml
Ivailo Monev efbde9e504 plasma: organize sub-directories
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-12-24 22:48:47 +02:00

23 lines
751 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=""/>
<group name="General">
<entry name="CustomPosition" type="Point">
<label>where the notification popup will be</label>
<default>-1,-1</default>
</entry>
<entry name="ShowNotifications" type="Bool">
<label>Show the notifications</label>
<default>true</default>
</entry>
<entry name="ShowJobs" type="Bool">
<label>Show the jobs progress</label>
<default>true</default>
</entry>
</group>
</kcfg>