b7f285d733
Provide all licenses used in the project in a LICENSES folder and add SPDX license and copyright information for all files in accordance with the Reuse Software[0] specification. The copyright information is based on the file's git history, using a fairly generous definition of "non-trivial". As of the spec recommendation, the information is generally added as comments in the files themselves, except for - NEWS, README and similar top-level standard files, so that a SPDX code isn't the first thing people encounter - files that don't support comments (json) or where they'd be a bit awkward (.desktop, .service) - anything under po/, to not interfere with translation teams Those are covered by a .reuse/dep5 files, except for image assets, where separate .license files are used (It would be possible to add comments to SVG files, but I don't trust image editors to preserve them). [0] https://reuse.software/ Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/224>
23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<!--
|
|
SPDX-FileCopyrightText: 2016 Florian Müllner <fmuellner@gnome.org>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-or-later
|
|
-->
|
|
|
|
<schemalist gettext-domain="gnome-shell-extensions">
|
|
<schema id="org.gnome.shell.extensions.native-window-placement" path="/org/gnome/shell/extensions/native-window-placement/">
|
|
<key name="use-more-screen" type="b">
|
|
<default>true</default>
|
|
<summary>Use more screen for windows</summary>
|
|
<description>Try to use more screen for placing window thumbnails by adapting to screen aspect ratio, and consolidating
|
|
them further to reduce the bounding box. This setting applies only with the natural placement strategy.</description>
|
|
</key>
|
|
<key name="window-captions-on-top" type="b">
|
|
<default>true</default>
|
|
<summary>Place window captions on top</summary>
|
|
<description>If true, place window captions on top the respective thumbnail, overriding shell default of placing it at
|
|
the bottom. Changing this setting requires restarting the shell to have any effect.</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|