feat(debug): add debug:suppress_errors. (#310)

hyprwm/hyprland#3032
This commit is contained in:
memchr 2023-08-20 16:18:11 +00:00 committed by GitHub
parent db24c6419a
commit 7a9efd40f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ Only for developers.
| damage_tracking | redraw only the needed bits of the display. Do **not** change. (default: full - 2) monitor - 1, none - 0 | int | 2 |
| enable_stdout_logs | enables logging to stdout | bool | false |
| manual_crash | set to 1 and then back to 0 to crash Hyprland. | int | 0 |
| suppress_errors| if true, do not display config file parsing errors. | bool | false |
# More