36 lines
1.4 KiB
XML
36 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="gnome-shell-extensions-caffeine-daemon">
|
|
<schema path="/org/gnome/shell/extensions/caffeine/" id="org.gnome.shell.extensions.caffeine">
|
|
<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 caffeine user state</summary>
|
|
<description></description>
|
|
</key>
|
|
<key type="b" name="restore-state">
|
|
<default>false</default>
|
|
<summary>Restore caffeine 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>
|
|
</schema>
|
|
</schemalist>
|