-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.example.json
51 lines (51 loc) · 1.15 KB
/
settings.example.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
{
"config": {
"firefox": {
"profile_folder": "YOUR_PROFILE_NAME"
}
},
"presets": {
"default": {
"gnome": {
"font_scale": 1.0,
"icon_size": 32,
"cursor_size": 24,
"display_scale": 1
},
"firefox": {
"scale": 1.0
},
"chromium": {
"scale": 1.0
}
},
"1080p14inch": {
"gnome": {
"font_scale": 1.2,
"icon_size": 36,
"cursor_size": 32,
"display_scale": 1
},
"firefox": {
"scale": 1.25
},
"chromium": {
"scale": 1.25
}
},
"4k32inch": {
"gnome": {
"font_scale": 1.5,
"icon_size": 52,
"cursor_size": 42,
"display_scale": 2
},
"firefox": {
"scale": 1.1
},
"chromium": {
"scale": 1.6
}
}
}
}