-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathconfig.example.json
More file actions
96 lines (96 loc) · 2.2 KB
/
config.example.json
File metadata and controls
96 lines (96 loc) · 2.2 KB
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
{
"appearance": {
"colorSource": "default",
"caelestia": {
"autoRefresh": true,
"refreshInterval": 2000,
"accentProfile": "vibrant"
},
"rounding": {
"unsharpen": 2,
"verysmall": 8,
"small": 12,
"normal": 17,
"large": 23,
"full": 9999,
"screenRounding": 23,
"windowRounding": 18
},
"font": {
"family": {
"main": "sans-serif",
"title": "sans-serif",
"expressive": "sans-serif"
},
"pixelSize": {
"smaller": 12,
"small": 15,
"normal": 16,
"larger": 19,
"huge": 22
}
},
"animation": {
"duration": {
"elementMove": 500,
"elementMoveEnter": 400,
"elementMoveFast": 200
}
},
"sizes": {
"elevationMargin": 10
}
},
"overview": {
"rows": 2,
"columns": 5,
"scale": 0.16,
"enable": true,
"hideEmptyRows": true,
"closeOnFocusLoss": true,
"useWorkspaceMap": false,
"workspaceMap": [0, 10],
"orderRightLeft": false,
"orderBottomUp": false,
"previewsEnabled": true,
"previewMode": "live",
"includeInactiveMonitorPreviews": true,
"previewRecaptureDelayMs": 60,
"showSpecialWorkspaces": true,
"specialWorkspaces": [],
"specialWorkspaceColumns": 5,
"emptyWorkspaceWallpaper": "",
"specialEmptyWorkspaceWallpaper": "",
"effects": {
"enableBackdrop": false,
"backdropOpacity": 0.28,
"panelOpacity": 0.92,
"workspaceOpacity": 0.86,
"emptyWorkspaceWallpaperOverlayOpacity": 0.18,
"windowOverlayOpacity": 0.22,
"enableBlur": false,
"glassMode": false,
"glassTintStrength": 0.35,
"glassBorderOpacity": 0.72,
"glassShineOpacity": 0.14
},
"workspaceSpacing": 5,
"backgroundPadding": 10,
"workspaceNumberBaseSize": 250
},
"position": {
"topMargin": 100
},
"windowPreview": {
"showIcons": true,
"iconToWindowRatio": 0.25,
"iconToWindowRatioCompact": 0.45,
"xwaylandIndicatorToIconRatio": 0.35,
"inactiveMonitorOpacity": 0.4,
"cropToFill": false
},
"hacks": {
"arbitraryRaceConditionDelay": 150,
"hyprlandEventDebounceMs": 40
}
}