summarylogtreecommitdiffstats
path: root/apps.light-locker.gschema.xml
diff options
context:
space:
mode:
authorQue Quotion2022-02-27 02:15:00 +0900
committerQue Quotion2022-02-27 02:15:11 +0900
commit30b294afc65c13bf71b703bbd4f4fd23dbdd2345 (patch)
tree5d5029b377c356bac28e8196ca18f6b10fad8acf /apps.light-locker.gschema.xml
parent64ea70152b3cf1f54ed9dfb861b1075130424401 (diff)
downloadaur-30b294afc65c13bf71b703bbd4f4fd23dbdd2345.tar.gz
Update python scripts, no longer conflicts gnome-screensaver (which ceased to exist) or light-locker (I think; at least Pantheon's dependency on it is gone anyway), fix longstanding bugs
Diffstat (limited to 'apps.light-locker.gschema.xml')
-rw-r--r--apps.light-locker.gschema.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/apps.light-locker.gschema.xml b/apps.light-locker.gschema.xml
deleted file mode 100644
index ccdf9453845f..000000000000
--- a/apps.light-locker.gschema.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schemalist gettext-domain="light-locker">
-
- <schema path="/apps/light-locker/" id="apps.light-locker">
-
- <key type="b" name="lock-on-suspend">
- <default>true</default>
- <summary>Lock on Suspend</summary>
- <description>Lock the screen when the computer is suspended.</description>
- </key>
-
- <key type="b" name="late-locking">
- <default>false</default>
- <summary>Lock after screensaver ends</summary>
- <description>Lock after screensaver has ended.</description>
- </key>
-
- <key type="u" name="lock-after-screensaver">
- <range min="0" max="3600"/>
- <default>5</default>
- <summary>Seconds after screensaver to lock</summary>
- <description>Lock the screen after the screensaver has been active for
- this number of seconds. If 0, locking after the screensaver is
- disabled.</description>
- </key>
-
- <key type="b" name="lock-on-lid">
- <default>false</default>
- <summary>Lock on lid close</summary>
- <description>Lock the screen when lid of the computer is closed.</description>
- </key>
-
- <key type="b" name="idle-hint">
- <default>false</default>
- <summary>Set idle hint during screensaver</summary>
- <description>Set the session idle hint while the screensaver is active.
- </description>
- </key>
-
-
- </schema>
-</schemalist>