summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2021-03-22 05:40:57 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-01-19 17:31:27 +0000
commit40e4191256708822e62a87238c364af4df1efcba (patch)
tree12023aed282fa0056627af7dab060a6f9a545a9a /schemas
parentf145b16ad4d2864ea18b94a6b41424d42075883a (diff)
downloadgsettings-desktop-schemas-40e4191256708822e62a87238c364af4df1efcba.tar.gz
privacy: Add privacy screen key
Add a boolean value to control the privacy screen setting so that we can keep track of the user choice whether enable or not the privacy screen to reduce the lateral visibility of the display. Related-to: GNOME/gnome-settings-daemon#476
Diffstat (limited to 'schemas')
-rw-r--r--schemas/org.gnome.desktop.privacy.gschema.xml.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/schemas/org.gnome.desktop.privacy.gschema.xml.in b/schemas/org.gnome.desktop.privacy.gschema.xml.in
index b172533..7d5f68e 100644
--- a/schemas/org.gnome.desktop.privacy.gschema.xml.in
+++ b/schemas/org.gnome.desktop.privacy.gschema.xml.in
@@ -90,5 +90,13 @@
be rejected; if set to “always”, all new USB devices will always be rejected.
</description>
</key>
+ <key name="privacy-screen" type="b">
+ <default>false</default>
+ <summary>Whether the privacy screen is enabled</summary>
+ <description>If the underlying hardware has privacy screen support and
+ this setting is enabled, the panels supporting this technology will be
+ obscured from lateral view.
+ </description>
+ </key>
</schema>
</schemalist>