File: org.gnome.shell.extensions.native-window-placement.gschema.xml

package info (click to toggle)
gnome-shell-extensions 48.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,232 kB
  • sloc: javascript: 4,676; xml: 132; python: 43; sh: 35; makefile: 7
file content (22 lines) | stat: -rw-r--r-- 1,086 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!--
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>