Warning, /plasma/plasma-pa/applet/contents/config/main.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <kcfgfile name=""/>
0007 
0008   <group name="General">
0009     <entry name="currentTab" type="String">
0010       <label>Currently shown tab (devices, streams)</label>
0011       <default>devices</default>
0012     </entry>
0013     <entry name="raiseMaximumVolume" type="Bool">
0014       <default>false</default>
0015     </entry>
0016     <entry name="volumeStep" type="Int">
0017       <default>5</default>
0018     </entry>
0019     <entry name="volumeFeedback" type="Bool">
0020       <default>true</default>
0021     </entry>
0022     <entry name="volumeOsd" type="Bool">
0023       <label>Whether to show a popup when the volume changes</label>
0024       <default>true</default>
0025     </entry>
0026     <entry name="muteOsd" type="Bool">
0027       <label>Whether to show a popup when mute state changes</label>
0028       <default>true</default>
0029     </entry>
0030     <entry name="micOsd" type="Bool">
0031       <label>Whether to show a popup when microphone volume changes</label>
0032       <default>true</default>
0033     </entry>
0034     <entry name="outputChangeOsd" type="Bool">
0035       <label>Whether to show a popup when the default output device changes (e.g. plugging in a headset)</label>
0036       <default>true</default>
0037     </entry>
0038     <entry name="globalMute" type="Bool">
0039       <default>false</default>
0040     </entry>
0041     <entry name="globalMuteDevices" type="StringList">
0042       <label>Devices that were not muted with global mute, and will remain muted afterwards.</label>
0043     </entry>
0044     <entry name="showVirtualDevices" type="Bool">
0045       <default>false</default>
0046     </entry>
0047     <entry name="migrated" type="Bool">
0048       <default>false</default>
0049     </entry>
0050   </group>
0051 
0052 </kcfg>