From 7a9efd40f71d006008c769cec50c86ebe1adac2c Mon Sep 17 00:00:00 2001 From: memchr <118117622+memchr@users.noreply.github.com> Date: Sun, 20 Aug 2023 16:18:11 +0000 Subject: [PATCH] feat(debug): add debug:suppress_errors. (#310) hyprwm/hyprland#3032 --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index e479a18..d25c4db 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -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