Warning, /plasma/plasma-workspace/dataengines/powermanagement/powermanagementservice.operations is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <!DOCTYPE kcfg SYSTEM 0003 "http://www.kde.org/standards/kcfg/1.0/kcfg.xsd"> 0004 <kcfg> 0005 <group name="lockScreen"> </group> 0006 <group name="suspend"> </group> 0007 <group name="suspendToRam"> </group> 0008 <group name="suspendToDisk"> </group> 0009 <group name="suspendHybrid"> </group> 0010 <group name="requestShutDown"> </group> 0011 <group name="switchUser"> </group> 0012 0013 <group name="beginSuppressingSleep"> 0014 <entry name="reason" type="String"> 0015 <label>States why sleep is being inhibited</label> 0016 </entry> 0017 </group> 0018 <group name="stopSuppressingSleep"> 0019 </group> 0020 0021 <group name="beginSuppressingScreenPowerManagement"> 0022 <entry name="reason" type="String"> 0023 <label>States why screen power management is being inhibited</label> 0024 </entry> 0025 </group> 0026 <group name="stopSuppressingScreenPowerManagement"> 0027 </group> 0028 0029 <group name="setBrightness"> 0030 <entry name="brightness" type="Int"> 0031 <label>The value of the screen brightness</label> 0032 </entry> 0033 <entry name="silent" type="Bool"> 0034 <label>Whether the OSD should be suppressed</label> 0035 </entry> 0036 </group> 0037 <group name="setKeyboardBrightness"> 0038 <entry name="brightness" type="Int"> 0039 <label>The value of the keyboard brightness</label> 0040 </entry> 0041 <entry name="silent" type="Bool"> 0042 <label>Whether the OSD should be suppressed</label> 0043 </entry> 0044 </group> 0045 0046 <group name="setPowerProfile"> 0047 <entry name="profile" type="String"> 0048 <label>The name of the profile to change the active power profile to</label> 0049 </entry> 0050 </group> 0051 </kcfg>