forked from collinss/Cinnamon-Developer-Tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings-schema.json
105 lines (89 loc) · 2.28 KB
/
settings-schema.json
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
98
99
100
101
102
103
104
105
{
"collapsedStartState": {
"type": "combobox",
"default": 0,
"description": "On startup",
"options": {
"Remember Previous State": 0,
"Show": 1,
"Collapse": 2
}
},
"collapsed": {
"type": "checkbox",
"default": true,
"description": "Collapsed"
},
"raiseKey": {
"type": "keybinding",
"description": "Raise to top shorcut key",
"default": "<Super>v"
},
"centerRaised": {
"type": "checkbox",
"description": "Center the desklet on the screen in raised mode",
"default": false
},
"height": {
"type": "scale",
"description": "Height",
"min": 250,
"max": 750,
"step": 50,
"default": 600
},
"width": {
"type": "scale",
"description": "Width",
"min": 500,
"max": 1000,
"step": 50,
"default": 700
},
"sandboxHeader": {
"type": "textview",
"description": "Sandbox header",
"default": "const Cinnamon = imports.gi.Cinnamon;\nconst Clutter = imports.gi.Clutter;\nconst Gio = imports.gi.Gio;\nconst GLib = imports.gi.GLib;\nconst Gtk = imports.gi.Gtk;\nconst St = imports.gi.St;\nconst Main = imports.ui.main;\nconst Lang = imports.lang;\nconst Mainloop = imports.mainloop;\nconst Signals = imports.signals;",
"height": 100
},
"xsessionHideOld": {
"type": "generic",
"default": true
},
"clTimestamp": {
"type": "generic",
"default": true
},
"clShowErrors": {
"type": "generic",
"default": true
},
"clShowInfos": {
"type": "generic",
"default": true
},
"clShowWarnings": {
"type": "generic",
"default": true
},
"clShowTraces": {
"type": "generic",
"default": true
},
"showApplet": {
"type": "generic",
"default": true
},
"showDesklet": {
"type": "generic",
"default": true
},
"showExtension": {
"type": "generic",
"default": true
},
"showSearch provider": {
"type": "generic",
"default": true
}
}