Skip to content

Commit

Permalink
feat(debug): add debug:suppress_errors. (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
memchr authored Aug 20, 2023
1 parent db24c64 commit 7a9efd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a9efd4

Please sign in to comment.