wPwZ/2026-05-01_23-46-02

This commit is contained in:
2026-05-01 23:46:19 +01:00
commit bead518cd6
1983 changed files with 21800 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
{
"enabled": true,
"idle_time": 0,
"uncap_menu_frame_rate": false,
"states": {
"hovered": {
"frame_rate_target": 60,
"volume_multipliers": {
"master": 1.0
},
"graphics_state": "default",
"show_toasts": true,
"run_garbage_collector": false
},
"unfocused": {
"frame_rate_target": 1,
"volume_multipliers": {
"master": 0.25
},
"graphics_state": "default",
"show_toasts": false,
"run_garbage_collector": false
},
"invisible": {
"frame_rate_target": 0,
"volume_multipliers": {
"master": 0.0
},
"graphics_state": "default",
"show_toasts": false,
"run_garbage_collector": false
},
"abandoned": {
"frame_rate_target": 10,
"volume_multipliers": {
"master": 1.0
},
"graphics_state": "default",
"show_toasts": false,
"run_garbage_collector": false
}
}
}