mirror of
https://github.com/hyprwm/Hyprland.git
synced 2026-03-29 18:43:14 +00:00
added toggle for drm scanout flags
This commit is contained in:
@ -59,6 +59,7 @@ void CConfigManager::setDefaultVars() {
|
||||
configValues["misc:swallow_regex"].strValue = STRVAL_EMPTY;
|
||||
configValues["misc:focus_on_activate"].intValue = 0;
|
||||
configValues["misc:no_direct_scanout"].intValue = 0;
|
||||
configValues["misc:enable_drm_scanout_flags"].intValue = 0;
|
||||
|
||||
configValues["debug:int"].intValue = 0;
|
||||
configValues["debug:log_damage"].intValue = 0;
|
||||
|
||||
Reference in New Issue
Block a user