File: kbounce.kcfg

package info (click to toggle)
kbounce 4%3A18.04.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,448 kB
  • sloc: cpp: 1,904; makefile: 5; sh: 2
file content (21 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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="kbouncerc"/>
    <group name="General">
        <entry name="UseRandomBackgroundPictures" type="Bool" key="UseRandomBackgroundPictures">
	  <default>false</default>
        </entry>
        <entry name="BackgroundPicturePath" type="String" key="BackgroundPicturePath">
        </entry>
    </group>
    <group name="Sound">
    	<entry name="PlaySounds" type="Bool" key="PlaySounds">
	    <label>Whether game sounds are played.</label>
	    <default>false</default>
	</entry>
    </group>
</kcfg>