Add configerrors and error_limit documentation (#546)

This commit is contained in:
zakk4223 2024-03-20 21:55:01 -04:00 committed by GitHub
parent b930e62205
commit 57161d2480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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