-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.dist.json
More file actions
33 lines (33 loc) · 999 Bytes
/
config.dist.json
File metadata and controls
33 lines (33 loc) · 999 Bytes
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
{
"winSettings": {
"keyboard": {
// Default value is 1, but it's better to set aggressive short delay = 0
"standardRepeatDelay": 0,
"standardSpeed": 31,
"filterKeys": {
"enabled": true, // When enabled these settings overrides the standard settings
"repeatDelay": 200, // 200ms repeat
"repeatInterval": 10 // time interval between key repeats in ms (60 char/sec max)
}
}
},
"bloatware": {
"hp": {
"disable": true // allows to block HP bloatware from start
},
"intel": {
"disable": true // allows to block intel bloatware from start
},
"windowsSearch": {
"disable": true // disables Windows Search components and Start-menu web search results
}
},
"software": {
"wsl2": {
"storagePath": "E:\\WSL" // Custom path for WSL2 VHDX storage (null to use default)
},
"dockerDesktop": {
"storagePath": "E:\\WSL\\Docker" // Custom path for Docker Desktop data
}
}
}