add more spacing
[personal-kdebase.git] / workspace / krunner / kcfg / kscreensaversettings.kcfg
blobc8f76f359be6793cf50f08862595c1dc53e2e1cb
1 <?xml version="1.0" encoding="UTF-8"?>
2 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6 <include>kglobalsettings.h</include>
7 <kcfgfile name="kscreensaverrc" />
8 <group name="ScreenSaver">
9 <entry name="ScreenSaverEnabled" key="Enabled" type="Bool">
10 <default>false</default>
11 <label>Enable screen saver</label>
12 <whatsthis>Enables the screen saver.</whatsthis>
13 </entry>
14 <entry key="Timeout" type="Int">
15 <default>300</default>
16 <label>Screen saver timeout</label>
17 <whatsthis>Sets the seconds after which the screen saver is started.</whatsthis>
18 </entry>
19 <entry name="SuspendWhenInvisible" key="SuspendWhenInvisible" type="Bool">
20 <default>true</default>
21 <label>Suspend screen saver when DPMS kicks in</label>
22 <whatsthis>Usually the screen saver is suspended when display power saving kicks in,
23 as nothing can be seen on the screen anyway, obviously. However, some screen savers
24 actually perform useful computations, so it is not desirable to suspend them.</whatsthis>
25 </entry>
26 <entry key="ActionTopLeft" type="Int">
27 <default>0</default>
28 <label></label>
29 <whatsthis></whatsthis>
30 </entry>
31 <entry key="ActionTopRight" type="Int">
32 <default>0</default>
33 <label></label>
34 <whatsthis></whatsthis>
35 </entry>
36 <entry key="ActionBottomLeft" type="Int">
37 <default>0</default>
38 <label></label>
39 <whatsthis></whatsthis>
40 </entry>
41 <entry key="ActionBottomRight" type="Int">
42 <default>0</default>
43 <label></label>
44 <whatsthis></whatsthis>
45 </entry>
46 <entry key="Lock" type="Bool">
47 <default>false</default>
48 <label></label>
49 <whatsthis></whatsthis>
50 </entry>
51 <entry key="LockGrace" type="Int">
52 <default>5000</default>
53 <label></label>
54 <whatsthis></whatsthis>
55 </entry>
56 <entry key="AutoLogout" type="Bool">
57 <default>false</default>
58 <label></label>
59 <whatsthis></whatsthis>
60 </entry>
61 <entry key="AutoLogoutTimeout" type="Int">
62 <default>600</default>
63 <label></label>
64 <whatsthis></whatsthis>
65 </entry>
66 <entry key="Priority" type="Int">
67 <default>19</default>
68 <label></label>
69 <whatsthis></whatsthis>
70 </entry>
71 <entry key="Saver" type="String">
72 <default></default>
73 <label></label>
74 <whatsthis></whatsthis>
75 </entry>
76 <entry key="PluginsUnlock" type="StringList">
77 <default></default>
78 <label></label>
79 <whatsthis></whatsthis>
80 </entry>
81 <entry key="PluginOptions" type="StringList">
82 <default></default>
83 <label></label>
84 <whatsthis></whatsthis>
85 </entry>
86 <entry key="PlasmaEnabled" type="Bool">
87 <default>false</default>
88 <label></label>
89 <whatsthis></whatsthis>
90 </entry>
91 </group>
92 </kcfg>