forked from ubuntu-mate/mate-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.mate.mate-menu.gschema.xml
97 lines (80 loc) · 2.34 KB
/
org.mate.mate-menu.gschema.xml
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.mate.mate-menu" path="/org/mate/mate-menu/">
<key type="b" name="hide-applet-icon">
<default>false</default>
<summary></summary>
<description></description>
</key>
<key type="b" name="use-custom-color">
<default>false</default>
<summary></summary>
<description></description>
</key>
<key type="b" name="tooltips-enabled">
<default>true</default>
<summary></summary>
<description></description>
</key>
<key type="b" name="start-with-favorites">
<default>false</default>
<summary></summary>
<description></description>
</key>
<key type="i" name="applet-icon-size">
<default>22</default>
<summary></summary>
<description></description>
</key>
<key type="i" name="border-width">
<default>1</default>
<summary></summary>
<description></description>
</key>
<key type="i" name="offset">
<default>0</default>
<summary></summary>
<description></description>
</key>
<key type="s" name="applet-text">
<default>"Menu"</default>
<summary></summary>
<description></description>
</key>
<key type="s" name="theme-name">
<default>"default"</default>
<summary></summary>
<description></description>
</key>
<key type="s" name="hot-key">
<default>"Super_L"</default>
<summary></summary>
<description></description>
</key>
<key type="s" name="applet-icon">
<default>"/usr/share/mate-menu/icons/mate-logo.svg"</default>
<summary></summary>
<description></description>
</key>
<key type="as" name="plugins-list">
<default>['places', 'system_management', 'newpane', 'applications']</default>
<summary></summary>
<description></description>
</key>
<key type="s" name="custom-color">
<default>"#EEEEEE"</default>
<summary></summary>
<description></description>
</key>
<key type="s" name="custom-heading-color">
<default>"#001155"</default>
<summary></summary>
<description></description>
</key>
<key type="s" name="custom-border-color">
<default>"#001155"</default>
<summary></summary>
<description></description>
</key>
</schema>
</schemalist>