You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.5 KiB
47 lines
1.5 KiB
<?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>
|
|
|