<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema id="org.gnome.shell.extensions.hotedge" path="/org/gnome/shell/extensions/hotedge/">
    <!-- See also: https://developer.gnome.org/glib/stable/gvariant-format-strings.html -->
    <key name="pressure-threshold" type="u">
      <summary>Amount by which the cursor must be moved "below" the edge in order to trigger, in pixels.</summary>
      <default>150</default>
    </key>
    <key name="fallback-timeout" type="u">
      <summary>Time the cursor must be touching the edge in order to trigger. Only used if the display does not support pressure barriers.</summary>
      <default>250</default>
    </key>
    <key name="edge-size" type="u">
      <summary>Size of hot area of the edge, as a percentage of the display width.</summary>
      <default>100</default>
    </key>
    <key name="min-log-level" type="u">
      <summary>**DEPRECATED** Log statements with a level below this value are not logged.</summary>
      <default>1</default>
    </key>
    <key name="suppress-activation-when-button-held" type="b">
      <summary>Don't activate the overview when a mouse button is held down.</summary>
      <default>true</default>
    </key>
    <key name="suppress-activation-when-fullscreen" type="b">
      <summary>Don't activate the overview if a fullscreen window is focused.</summary>
      <default>true</default>
    </key>
    <key name="fallback-in-use" type="b">
      <summary>Set by the extension, indicates whether or not the time-based activation fallback method is in use.</summary>
      <default>false</default>
    </key>
    <key name="primary-monitor-only" type="b">
      <summary>Only place a hot edge on the primary monitor.</summary>
      <default>false</default>
    </key>
    <key name="show-animation" type="b">
      <summary>Show animation when hot edge is activated.</summary>
      <default>true</default>
    </key>
  </schema>
</schemalist>
