aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/config
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-07-28 13:39:05 +0200
committervaxerski <[email protected]>2022-07-28 13:39:05 +0200
commitf6c7a799883cc89c53819e5e64816b95deb61c24 (patch)
treeb1f76da07d7afebdf9c1bec275ecc713d1ca7a5b /src/config
parent9d5b76b757f1cb5ad3d903bb260c980f5bd8d6a6 (diff)
downloadHyprland-f6c7a799883cc89c53819e5e64816b95deb61c24.tar.gz
Hyprland-f6c7a799883cc89c53819e5e64816b95deb61c24.zip
update default configs for new anim config
Diffstat (limited to 'src/config')
-rw-r--r--src/config/defaultConfig.hpp4
1 files changed, 2 insertions, 2 deletions
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
}