Brooklyn/plasma/workspace/components/sessionsprivate/kscreenlockersettings.kcfg
2022-03-05 22:41:29 +05:00

48 lines
1.5 KiB
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="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>
<min>1</min>
<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>
<min>0</min>
<max>300</max>
<label></label>
<whatsthis></whatsthis>
</entry>
<entry key="LockOnResume" type="Bool">
<default>true</default>
</entry>
</group>
<group name="Greeter">
<entry key="Theme" type="String">
<default></default>
<label></label>
<whatsthis></whatsthis>
</entry>
<entry key="ThemeBackground" type="String">
<default></default>
<label></label>
<whatsthis></whatsthis>
</entry>
</group>
</kcfg>