added general:disable_hyprland_logo

This commit is contained in:
vaxerski
2022-07-07 20:16:40 +02:00
parent aa3bc65342
commit 3278db67a2
2 changed files with 8 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ void CConfigManager::setDefaultVars() {
configValues["general:col.active_border"].intValue = 0xffffffff;
configValues["general:col.inactive_border"].intValue = 0xff444444;
configValues["general:cursor_inactive_timeout"].intValue = 0;
configValues["general:disable_hyprland_logo"].intValue = 0;
configValues["debug:int"].intValue = 0;
configValues["debug:log_damage"].intValue = 0;