Codebase list gnome-shell-extensions / d55c425 data / org.gnome.shell.extensions.classic-overrides.gschema.xml
d55c425

Tree @d55c425 (Download .tar.gz)

org.gnome.shell.extensions.classic-overrides.gschema.xml @d55c425raw · history · blame

<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/shell/extensions/classic-overrides/" id="org.gnome.shell.extensions.classic-overrides" gettext-domain="gnome-shell-extensions">
    <key type="b" name="attach-modal-dialogs">
      <default>true</default>
      <summary>Attach modal dialog to the parent window</summary>
      <description>This key overrides the key in org.gnome.mutter when running GNOME Shell.</description>
    </key>

    <key type="s" name="button-layout">
      <default>"appmenu:minimize,maximize,close"</default>
      <summary>Arrangement of buttons on the titlebar</summary>
      <description>This key overrides the key in org.gnome.desktop.wm.preferences when running GNOME Shell.</description>
    </key>

    <key type="b" name="edge-tiling">
      <default>true</default>
      <summary>Enable edge tiling when dropping windows on screen edges</summary>
      <description>This key overrides the key in org.gnome.mutter when running GNOME Shell.</description>
    </key>

    <key type="b" name="workspaces-only-on-primary">
      <default>true</default>
      <summary>Workspaces only on primary monitor</summary>
      <description>This key overrides the key in org.gnome.mutter when running GNOME Shell.</description>
    </key>

    <key type="b" name="focus-change-on-pointer-rest">
      <default>true</default>
      <summary>Delay focus changes in mouse mode until the pointer stops moving</summary>
      <description>This key overrides the key in org.gnome.mutter when running GNOME Shell.</description>
    </key>
  </schema>
</schemalist>