summaryrefslogtreecommitdiff
path: root/org.freedesktop.compizconfig.gschema.xml
blob: ac3701f2399ec9e1c601b333523f9796784e61a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<schemalist>
  <schema id="org.freedesktop.compizconfig" path="/org/freedesktop/compizconfig/" gettext-domain="compiz">
    <key type="s" name="current-profile">
      <default>'Default'</default>
      <summary>Current Profile</summary>
      <description>Describes the current profile</description>
    </key>
    <key type="as" name="existing-profiles">
      <default>['Default']</default>
      <summary>Existing Profiles</summary>
      <description>Profiles available for the GSettings backend to use</description>
    </key>
  </schema>
  <schema id="org.freedesktop.compizconfig.profile" gettext-domain="compiz">
    <key type="as" name="plugins-with-set-keys">
      <default>[]</default>
      <summary>Plugins with set keys</summary>
      <description>Plugins which have set keys</description>
    </key>
  </schema>
</schemalist>