47e0ad87创建于 2025年4月1日历史提交
<?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="kscreenlockerrc" />
  <group name="Daemon">
    <entry key="Autolock" type="Bool">
      <default>true</default>
      <label>Screen lock enabled</label>
      <whatsthis>Sets whether the screen will be locked after the specified time.</whatsthis>
    </entry>
    <entry key="Timeout" type="Int">
      <default>5</default>
      <label>Screen saver timeout</label>
      <whatsthis>Sets the minutes after which the screen is locked.</whatsthis>
    </entry>
    <entry key="Lock" type="Bool">
      <default>true</default>
      <label></label>
      <whatsthis></whatsthis>
    </entry>
    <entry key="LockGrace" type="Int">
      <default>5</default>
      <label></label>
      <whatsthis></whatsthis>
    </entry>
    <entry key="RequirePassword" type="Bool">
      <default>true</default>
      <label>Require password</label>
      <whatsthis>Sets whether the password is required to unlock the screen.</whatsthis>
    </entry>
    <entry key="LockOnResume" type="Bool">
        <default>true</default>
    </entry>
    <entry key="LockOnStart" type="Bool">
      <default>false</default>
      <label>Defines if the session is locked on startup</label>
    </entry>
  </group>
  <group name="Greeter">
    <entry key="Theme" type="String">
      <default></default>
      <label></label>
      <whatsthis></whatsthis>
    </entry>
    <entry name="wallpaperPluginId" key="WallpaperPlugin" type="String">
      <default>org.kde.image</default>
      <label></label>
      <whatsthis></whatsthis>
    </entry>
  </group>
</kcfg>