diff --git a/pages/Configuring/Using-hyprctl.md b/pages/Configuring/Using-hyprctl.md index 1fb555e..a0eed76 100644 --- a/pages/Configuring/Using-hyprctl.md +++ b/pages/Configuring/Using-hyprctl.md @@ -284,6 +284,7 @@ cursorpos - gets the current cursor pos in global layout coordinates animations - gets the current config'd info about animations and beziers instances - lists all running instances of hyprland with their info layouts - lists all layouts available (including plugin'd ones) +configerrors - lists all current config parsing errors ``` For the getoption command, the option name should be written as diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index f963acb..aafc605 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -419,6 +419,7 @@ Only for developers. | suppress_errors | if true, do not display config file parsing errors. | bool | false | | watchdog_timeout | sets the timeout in seconds for watchdog to abort processing of a signal of the main thread. Set to 0 to disable. | int | 5 | | disable_scale_checks | disables verifying of the scale factors. Will result in pixel alignment and rounding errors. | bool | false | +| error_limit | limits the number of displayed config file parsing errors. | int | 5 | ### More