forked from linuxmint/cinnamon-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.cinnamon.desktop.screensaver.gschema.xml.in
163 lines (163 loc) · 7.43 KB
/
org.cinnamon.desktop.screensaver.gschema.xml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.cinnamon.desktop.screensaver" path="/org/cinnamon/desktop/screensaver/">
<key name="idle-activation-enabled" type="b">
<default>true</default>
<summary>Activate when idle</summary>
<description>Set this to TRUE to activate the screensaver when the session is idle.</description>
</key>
<key name="lock-enabled" type="b">
<default>true</default>
<summary>Lock on activation</summary>
<description>Set this to TRUE to lock the screen when the screensaver goes active.</description>
</key>
<key name="lock-delay" type="u">
<default>0</default>
<summary>Time before locking</summary>
<description>The number of seconds after screensaver activation before locking the screen.</description>
</key>
<key name="show-notifications" type="b">
<default>false</default>
<summary>Show notifications in the lock screen</summary>
<description>Whether notifications are shown in the lock screen or not. This only affects the standard experience.</description>
</key>
<key name="embedded-keyboard-enabled" type="b">
<default>false</default>
<summary>Allow embedding a keyboard into the window</summary>
<description>Set this to TRUE to allow embedding a keyboard into the window when trying to unlock. The "keyboard_command" key must be set with the appropriate command.</description>
</key>
<key name="embedded-keyboard-command" type="s">
<default>''</default>
<summary>Embedded keyboard command</summary>
<description>The command that will be run, if the "embedded_keyboard_enabled" key is set to TRUE, to embed a keyboard widget into the window. This command should implement an XEMBED plug interface and output a window XID on the standard output.</description>
</key>
<key name="user-switch-enabled" type="b">
<default>true</default>
<summary>Allow user switching</summary>
<description>Set this to TRUE to offer an option in the unlock dialog to switch to a different user account.</description>
</key>
<key name="status-message-enabled" type="b">
<default>true</default>
<summary>Allow the session status message to be displayed</summary>
<description>Allow the session status message to be displayed when the screen is locked.</description>
</key>
<key name="default-message" type="s">
<default>""</default>
<summary>Default message for the screensaver</summary>
<description>
This is the message that appears on the lock screen by default.
</description>
</key>
<key name="ask-for-away-message" type="b">
<default>false</default>
<summary>Whether to ask for an away message when locking the screen</summary>
<description>
Whether to ask for an away message when locking the screen.
</description>
</key>
<key name="use-custom-format" type="b">
<default>false</default>
<summary>Whether to define a custom format for the date and time</summary>
<description>
Whether to use a custom date and time format for the lock screen.
</description>
</key>
<key name="time-format" type="s">
<default>"%H:%M"</default>
<summary>The custom time format</summary>
<description>
This is the time format that the lock screen will use if use-custom-format is enabled.
</description>
</key>
<key name="date-format" type="s">
<default>"%A %B %-e"</default>
<summary>The custom date format</summary>
<description>
This is the date format that the lock screen will use if use-custom-format is enabled.
</description>
</key>
<key name="font-date" type="s">
<default>"Ubuntu 24"</default>
<summary>The date time font</summary>
<description>
This is the font that the date uses for the screen locker.
</description>
</key>
<key name="font-time" type="s">
<default>"Ubuntu 64"</default>
<summary>The time font</summary>
<description>
This is the font that the time uses for the screen locker.
</description>
</key>
<key name="font-message" type="s">
<default>"Ubuntu 14"</default>
<summary>The away message font</summary>
<description>
This is the font that the away message use for the screen locker.
</description>
</key>
<key name="screensaver-name" type="s">
<default>""</default>
<summary>deprecated - does nothing</summary>
</key>
<key name="xscreensaver-hack" type="s">
<default>""</default>
<summary>deprecated - does nothing</summary>
</key>
<key name="screensaver-webkit-theme" type="s">
<default>""</default>
<summary>deprecated - does nothing</summary>
</key>
<key name="show-album-art" type="b">
<default>true</default>
<summary>Display album art on the lock screen</summary>
<description>Set this to true to show album art on the lock screen, if available.</description>
</key>
<key name="show-weather" type="b">
<default>false</default>
<summary>Display local weather on the lock screen</summary>
<description>Set this to true to show local weather on the lock screen.</description>
</key>
<key name="weather-location" type="s">
<default>""</default>
<summary>Optional, override automatic location in the format LAT,LON</summary>
<description>If automatic location is incorrect, specify a precise location in the format LAT,LON where LAT and LON are decimal numbers, for example: 41.85,-87.65</description>
</key>
<key name="weather-units" type="s">
<default>""</default>
<summary>Must be either metric or imperial. Defaults to metric if left blank.</summary>
</key>
<key name="allow-keyboard-shortcuts" type="b">
<default>true</default>
<summary>Control whether keyboard shortcuts are allowed on the lock screen</summary>
</key>
<key name="allow-media-control" type="b">
<default>true</default>
<summary>Control whether volume and media player controls are allowed on the lock screen</summary>
</key>
<key name="show-info-panel" type="b">
<default>true</default>
<summary>Control whether the notification and power widgets are shown on the lock screen</summary>
</key>
<key name="show-clock" type="b">
<default>true</default>
<summary>Show the clock when the normal wallpaper screensaver is active</summary>
<description>This controls whether the clock is shown while the wallpaper is active. Note, the clock will always show when unlocking, and it will never show if a screensaver plugin is active, regardless of this setting</description>
</key>
<key name="floating-widgets" type="b">
<default>true</default>
<summary>Control whether the clock, albumart, and weather widgets will randomly change position over time.</summary>
</key>
<key name="layout-group" type="i">
<default>-1</default>
<summary>Keyboard layout group to use when entering your password</summary>
<description>This stores the last active keyboard layout group for entering your password.</description>
</key>
<key name="custom-screensaver-command" type="s">
<default>""</default>
<summary>Specify custom screen locker command</summary>
<description>If empty, cinnamon-screensaver will be used</description>
</key>
</schema>
</schemalist>