dot/.local/share/gnome-shell/extensions/caffeine@patapon.info/schemas/org.gnome.shell.extensions....

36 lines
1.4 KiB
XML
Raw Normal View History

2020-05-11 09:16:27 +00:00
<?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>