diff options
Diffstat (limited to 'data/org.mate.screensaver.gschema.xml.in')
-rw-r--r-- | data/org.mate.screensaver.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.screensaver.gschema.xml.in b/data/org.mate.screensaver.gschema.xml.in index bafc579..6ff9ec1 100644 --- a/data/org.mate.screensaver.gschema.xml.in +++ b/data/org.mate.screensaver.gschema.xml.in @@ -75,6 +75,11 @@ <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="lock-dialog-theme" type="s"> + <default>default</default> + <summary>Theme for lock dialog</summary> + <description>Theme to use for the lock dialog</description> + </key> <key name="status-message-enabled" type="b"> <default>true</default> <summary>Allow the session status message to be displayed</summary> |