renderer: add force_wallpaper instead of no_hypr_chan (#3459)

This commit is contained in:
DaniD3v
2023-10-07 15:08:38 +02:00
committed by GitHub
parent 38e242953d
commit 7d7565e7ec
2 changed files with 19 additions and 15 deletions

View File

@@ -91,8 +91,8 @@ void CConfigManager::setDefaultVars() {
configValues["misc:disable_hyprland_logo"].intValue = 0;
configValues["misc:disable_splash_rendering"].intValue = 0;
configValues["misc:disable_hypr_chan"].intValue = 0;
configValues["misc:force_hypr_chan"].intValue = 0;
configValues["misc:force_default_wallpaper"].intValue = -1;
configValues["misc:vfr"].intValue = 1;
configValues["misc:vrr"].intValue = 0;
configValues["misc:mouse_move_enables_dpms"].intValue = 0;