Added direct scanout

This commit is contained in:
vaxerski
2022-11-05 12:50:47 +00:00
parent 70aece8522
commit f50c786640
7 changed files with 186 additions and 2 deletions

View File

@@ -44,6 +44,8 @@ void CConfigManager::setDefaultVars() {
configValues["general:cursor_inactive_timeout"].intValue = 0;
configValues["general:no_cursor_warps"].intValue = 0;
configValues["general:no_direct_scanout"].intValue = 0;
configValues["general:layout"].strValue = "dwindle";
configValues["misc:disable_hyprland_logo"].intValue = 0;