Adding upstream version 20231210.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f8854b5650
commit
2ac30c34a3
273 changed files with 25892 additions and 8304 deletions
Binary file not shown.
|
@ -0,0 +1,59 @@
|
|||
<schemalist gettext-domain="gnome-shell-extensions">
|
||||
<schema id="org.gnome.shell.extensions.multi-monitors-add-on" path="/org/gnome/shell/extensions/multi-monitors-add-on/">
|
||||
|
||||
<key name="show-indicator" type="b">
|
||||
<default>true</default>
|
||||
<summary>Show Multi Monitors indicator on Top Panel.</summary>
|
||||
<description>Add or remove Multi Monitors indicator from Top Panel.</description>
|
||||
</key>
|
||||
|
||||
<key name="show-panel" type="b">
|
||||
<default>true</default>
|
||||
<summary>Show Panel on additional monitors.</summary>
|
||||
<description>Add or remove Panel from additional monitors.</description>
|
||||
</key>
|
||||
|
||||
<key name="show-activities" type="b">
|
||||
<default>true</default>
|
||||
<summary>Show Activities-Button on additional monitors.</summary>
|
||||
<description>Change visibility of Activities-Button on additional monitors.</description>
|
||||
</key>
|
||||
|
||||
<key name="show-app-menu" type="b">
|
||||
<default>true</default>
|
||||
<summary>Show AppMenu-Button on additional monitors.</summary>
|
||||
<description>Change visibility of AppMenu-Button on additional monitors.</description>
|
||||
</key>
|
||||
|
||||
<key name="show-date-time" type="b">
|
||||
<default>true</default>
|
||||
<summary>Show DateTime-Button on additional monitors.</summary>
|
||||
<description>Change visibility of DateTime-Button on additional monitors.</description>
|
||||
</key>
|
||||
|
||||
<key name="thumbnails-slider-position" type="s">
|
||||
<choices>
|
||||
<choice value='none'/>
|
||||
<choice value='right'/>
|
||||
<choice value='left'/>
|
||||
<choice value='auto'/>
|
||||
</choices>
|
||||
<default>'auto'</default>
|
||||
<summary>Show Thumbnails-Slider on additional monitors.</summary>
|
||||
<description>Select position of Thumbnails-Slider on additional monitors.</description>
|
||||
</key>
|
||||
|
||||
<key name="available-indicators" type="as">
|
||||
<default>[]</default>
|
||||
<summary>A list of available indicators.</summary>
|
||||
<description>A list of indicators that are available for transfer. For internal use only.</description>
|
||||
</key>
|
||||
|
||||
<key name="transfer-indicators" type="a{si}">
|
||||
<default>{}</default>
|
||||
<summary>A list of indicators for transfer.</summary>
|
||||
<description>A list of indicators selected for transfer to additional Panel.</description>
|
||||
</key>
|
||||
|
||||
</schema>
|
||||
</schemalist>
|
Loading…
Add table
Add a link
Reference in a new issue