mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
add debug:disable_scale_checks
This commit is contained in:
parent
25c937d3a7
commit
cce32b0428
1 changed files with 1 additions and 0 deletions
|
@ -388,6 +388,7 @@ Only for developers.
|
|||
| 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 |
|
||||
| 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 |
|
||||
|
||||
## More
|
||||
|
||||
|
|
Loading…
Reference in a new issue