mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
Add configerrors and error_limit documentation (#546)
This commit is contained in:
parent
b930e62205
commit
57161d2480
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue