summaryrefslogtreecommitdiff
path: root/mate-screenshot/data/org.mate.screenshot.gschema.xml.in
blob: caaff3412b3a1a586b559ea2880df6778779994f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <schema id="org.mate.screenshot" path="/org/mate/screenshot/">
    <key name="delay" type="i">
      <default>0</default>
      <summary>Screenshot delay</summary>
      <description>The number of seconds to wait before taking the screenshot.</description>
    </key>
    <key name="last-save-directory" type="s">
      <default>''</default>
      <summary>Screenshot directory</summary>
      <description>The directory the last screenshot was saved in.</description>
    </key>
    <key name="include-border" type="b">
      <default>true</default>
      <summary>Include Border</summary>
      <description>Include the window manager border along with the screenshot</description>
    </key>
    <key name="include-pointer" type="b">
      <default>true</default>
      <summary>Include Pointer</summary>
      <description>Include the pointer in the screenshot</description>
    </key>
    <key name="border-effect" type="s">
      <default>'none'</default>
      <summary>Border Effect</summary>
      <description>Effect to add to the outside of a border.  Possible values are "shadow", "none", and "border".</description>
    </key>
  </schema>
</schemalist>