summaryrefslogtreecommitdiff
path: root/applets/wncklet/workspace-switcher.schemas.in
blob: 3096b9c31298bd9a0c04f670554ce09f88b6ad43 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<mateconfschemafile>
    <schemalist>

      <schema>
        <key>/schemas/apps/workspace_switcher_applet/prefs/display_workspace_names</key>
        <owner>workspace-switcher-applet</owner>
        <type>bool</type>
        <default>false</default>
        <locale name="C">
          <short>Display workspace names</short>
          <long>
            If true, the workspaces in the workspace switcher will display
            the names of the workspaces. Otherwise they will display the
            windows on the workspace. This setting only works when the window
	    manager is Marco.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/workspace_switcher_applet/prefs/display_all_workspaces</key>
        <owner>workspace-switcher-applet</owner>
        <type>bool</type>
        <default>true</default>
        <locale name="C">
          <short>Display all workspaces</short>
          <long>
            If true, the workspace switcher will show all workspaces. Otherwise
            it will only show the current workspace.
          </long>
        </locale>
      </schema>

      <schema>
        <key>/schemas/apps/workspace_switcher_applet/prefs/num_rows</key>
        <owner>workspace-switcher-applet</owner>
        <type>int</type>
        <default>1</default>
        <locale name="C">
          <short>Rows in workspace switcher</short>
          <long>
            This key specifies how many rows (for horizontal layout)
            or columns (for vertical layout) the workspace switcher shows the
            workspaces in. This key is only relevant if the
            display_all_workspaces key is true.
          </long>
        </locale>
      </schema>

  </schemalist>

</mateconfschemafile>