blob: ca69d62a2db4171696a9de40dcf347354b4c40aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<schemalist gettext-domain="@GETTEXT_PACKAGE@">
<schema id="org.mate.panel.applet.mate-window-picker-applet">
<key name="show-all-windows" type="b">
<default>true</default>
<summary>Show all windows</summary>
<description>Show windows from all workspaces.</description>
</key>
<key name="show-home-title" type="b">
<default>false</default>
<summary>Show desktop title and logout button</summary>
<description>Show a title for the desktop when no window is selected, and append a logout button.</description>
</key>
<key name="bold-window-title" type="b">
<default>true</default>
<summary>Bold windows title</summary>
<description>Show windows title with a bold face.</description>
</key>
</schema>
</schemalist>
|