File: org.gnome.shell.extensions.espresso.gschema.xml

package info (click to toggle)
gnome-shell-extension-espresso 7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 448 kB
  • sloc: javascript: 838; xml: 65; sh: 16; makefile: 12
file content (65 lines) | stat: -rw-r--r-- 3,145 bytes parent folder | download
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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-shell-extensions-espresso-daemon">
    <schema path="/org/gnome/shell/extensions/espresso/" id="org.gnome.shell.extensions.espresso">
        <key type="as" name="inhibit-apps">
            <default>[ ]</default>
            <summary>Application list</summary>
            <description>A list of strings, each containing an application id (desktop file name)</description>
        </key>
        <key type="b" name="user-enabled">
            <default>false</default>
            <summary>Store espresso user state</summary>
            <description></description>
        </key>
        <key type="b" name="restore-state">
            <default>false</default>
            <summary>Restore espresso state</summary>
            <description></description>
        </key>
        <key type="b" name="show-indicator">
            <default>true</default>
            <summary>Show indicator</summary>
            <description>Show the indicator on the top panel</description>
        </key>
        <key type="b" name="show-notifications">
            <default>true</default>
            <summary>Show notifications</summary>
            <description>Show notifications when enabled/disabled</description>
        </key>
        <key type="b" name="enable-fullscreen">
            <default>true</default>
            <summary>Enable when a fullscreen application is running</summary>
            <description>Enable when a fullscreen application is running</description>
        </key>
        <key type="b" name="enable-docked">
            <default>false</default>
            <summary>Enable when docked to external monitors</summary>
            <description>Enable when the device is on ac power and connected to external monitors</description>
        </key>
        <key type="b" name="enable-charging">
            <default>false</default>
            <summary>Enable when charging</summary>
            <description>Enable when the device is on ac power</description>
        </key>
        <key type="b" name="allow-override">
            <default>true</default>
            <summary>Allow to temporarily override without affecting my settings</summary>
            <description>Allow turning on/off without changing my settings</description>
        </key>
        <key type="b" name="control-nightlight">
            <default>false</default>
            <summary>Pause/resume Night Light</summary>
            <description>Pause/resume Night Light when enabled/disabled</description>
        </key>
        <key type="b" name="control-nightlight-for-app">
            <default>false</default>
            <summary>Pause/resume Night Light for defined applications only</summary>
            <description>Pause/resume Night Light for defined applications when enabled/disabled</description>
        </key>
        <key type="b" name="has-battery">
            <default>true</default>
            <summary>Whether or not this device has a battery</summary>
            <description>Auto-determined on startup</description>
        </key>
    </schema>
</schemalist>