This commit is contained in:
davedatum
2019-10-26 21:50:28 +01:00
parent 302349855d
commit bdc807428d
426 changed files with 26974 additions and 52 deletions

View File

@@ -0,0 +1,28 @@
<schemalist gettext-domain="tweaks-system-menu">
<schema id="org.gnome.shell.extensions.tweaks-system-menu" path="/org/gnome/shell/extensions/tweaks-system-menu/">
<key name="merge-with-settings" type="b">
<default>false</default>
<summary>Merge both Settings and Tweaks into a single button.</summary>
<description>When enabled, both Settings and Tweaks share a
single button: the Settings button is visible when the system
menu opens, and Tweaks can be shown by pressing the "Alt" key or
by long clicking on the button. When disabled, Tweaks uses its
own, different button.</description>
</key>
<key name="position" type="i">
<default>-1</default>
<range min="-1" max="99"/>
<summary>Position of the button.</summary>
<description>If set to -1, the button position is automatic:
the merged button replaces the Settings button, and if the
buttons are not merged, Tweaks will show up to the right of the
Settings button. If set to zero or more, the actual button
position on the system menu.</description>
</key>
<key name="debug" type="b">
<default>false</default>
<summary>Debugging.</summary>
<description>Enable debugging for the extension.</description>
</key>
</schema>
</schemalist>