misc: add disable_hypr_chan option (#3343)
This commit is contained in:
parent
c8cc811e85
commit
f72e04d63b
2 changed files with 8 additions and 3 deletions
|
|
@ -86,6 +86,7 @@ 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:vfr"].intValue = 1;
|
||||
configValues["misc:vrr"].intValue = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue