mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 07:01:57 -07:00
renderer: Adding an option to disable first launch animation (#3933)
This commit is contained in:
@@ -209,7 +209,8 @@ void CConfigManager::setDefaultVars() {
|
||||
configValues["master:smart_resizing"].intValue = 1;
|
||||
configValues["master:drop_at_cursor"].intValue = 1;
|
||||
|
||||
configValues["animations:enabled"].intValue = 1;
|
||||
configValues["animations:enabled"].intValue = 1;
|
||||
configValues["animations:first_launch_animation"].intValue = 1;
|
||||
|
||||
configValues["input:follow_mouse"].intValue = 1;
|
||||
configValues["input:mouse_refocus"].intValue = 1;
|
||||
|
Reference in New Issue
Block a user