diff --git a/example/hyprland.conf b/example/hyprland.conf index 39ab3261..ae00a9a7 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -53,8 +53,8 @@ decoration { animations { enabled=1 animation=windows,1,7,default - animation=borders,1,10,default - animation=fadein,1,10,default + animation=border,1,10,default + animation=fade,1,10,default animation=workspaces,1,6,default } diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index ec75397d..c1f7fe8e 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -61,8 +61,8 @@ decoration { animations { enabled=1 animation=windows,1,7,default - animation=borders,1,10,default - animation=fadein,1,10,default + animation=border,1,10,default + animation=fade,1,10,default animation=workspaces,1,6,default }