background: add option to force hypr chan

This commit is contained in:
vaxerski
2023-07-20 21:01:07 +02:00
parent 61dc0909ae
commit f864b15427
2 changed files with 4 additions and 2 deletions

View File

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