-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
69 lines (69 loc) · 1.54 KB
/
config.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
[
{
"schema_path": "/org/gnome/desktop/",
"keys": [
"/a11y*/",
"/background/",
"/calendar/",
"/datetime/",
"/input-sources/",
"/interface/ text-scaling-factor clock-show-weekday",
"/peripherals*/",
"/privacy/",
"/sound/ allow-volume-above-100-percent event-sounds",
"/wm/preferences/"
],
"file": "gnome.desktop.conf"
},
{
"schema_path": "/org/gnome/shell/",
"keys": ["favorite-apps", "/weather/"],
"file": "gnome.shell.conf"
},
{
"schema_path": "/org/gnome/mutter/",
"file": "gnome.mutter.conf"
},
{
"schema_path": "/org/gnome/GWeather4/",
"keys": ["temperature-unit"],
"file": "g-weather.conf"
},
{
"schema_path": "/org/gtk/",
"keys": ["/settings/file-chooser/", "/gtk4/settings/file-chooser/"],
"file": "file-chooser.conf"
},
{
"schema_path": "/org/gnome/settings-daemon/plugins/power/",
"file": "power.conf"
},
{
"schema_path": "/org/gnome/settings-daemon/plugins/color/",
"file": "night-light.conf"
},
{
"schema_path": "/org/gnome/nautilus/",
"file": "nautilus.conf"
},
{
"schema_path": "/org/gnome/TextEditor/",
"file": "text-editor.conf"
},
{
"schema_path": "/org/gnome/calculator/",
"file": "calculator.conf"
},
{
"schema_path": "/org/gnome/calendar/",
"file": "calendar.conf"
},
{
"schema_path": "/org/gnome/gnome-system-monitor/",
"file": "system-monitor.conf"
},
{
"schema_path": "/org/gnome/rhythmbox/",
"file": "rhythmbox.conf"
}
]