diff options
Diffstat (limited to 'schemas')
-rw-r--r-- | schemas/org.mate.lockdown.gschema.xml.in.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/org.mate.lockdown.gschema.xml.in.in b/schemas/org.mate.lockdown.gschema.xml.in.in index a9a1ab9..c18c4a4 100644 --- a/schemas/org.mate.lockdown.gschema.xml.in.in +++ b/schemas/org.mate.lockdown.gschema.xml.in.in @@ -35,5 +35,10 @@ <_summary>Disable URL and MIME type handlers</_summary> <_description>Prevent running any URL or MIME type handler applications.</_description> </key> + <key name="disable-theme-settings" type="b"> + <default>false</default> + <_summary>Disable lock screen</_summary> + <_description>Prevent the user to change theme settings.</_description> + </key> </schema> </schemalist> |