From 57161d24802f46e76d6d94ec2f87e607389c4e04 Mon Sep 17 00:00:00 2001 From: zakk4223 Date: Wed, 20 Mar 2024 21:55:01 -0400 Subject: [PATCH] Add configerrors and error_limit documentation (#546) --- pages/Configuring/Using-hyprctl.md | 1 + pages/Configuring/Variables.md | 1 + 2 files changed, 2 insertions(+) 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