summaryrefslogtreecommitdiff
path: root/schemas/org.mate.applications-terminal.gschema.xml.in
blob: 83515096127ab325c80bb640a662c067e6708fdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
  <schema id="org.mate.applications-terminal" path="/org/mate/desktop/applications/terminal/">
    <key name="exec" type="s">
      <default>'mate-terminal'</default>
      <summary>Terminal application</summary>
      <description>Terminal program to use when starting applications that require one.</description>
    </key>
    <key name="exec-arg" type="s">
      <default>'-x'</default>
      <summary>Exec Arguments</summary>
      <description>Argument used to execute programs in the terminal defined by the 'exec' key.</description>
    </key>
  </schema>
</schemalist>