changes to bezier and layerrules etc

This commit is contained in:
2025-06-30 18:31:46 +02:00
parent b6bf80a0c6
commit 6d96d1a015
2 changed files with 9 additions and 1 deletions

View File

@@ -47,10 +47,17 @@ in {
};
};
animations.enabled = true;
bezier = [
"easeout,0.5, 1, 0.9, 1"
"easeoutback,0.34,1.22,0.65,1"
];
animation = [
"border, 1, 2, default"
"fade, 1, 4, default"
"windows, 1, 3, default, popin 80%"
"windowsOut,1,3,easeout,slide"
"windowsMove,1,3,easeoutback"
"windowsIn,1,3,easeoutback,slide"
# "windows, 1, 2.5, default"
"workspaces, 1, 2, default, slide"
];
dwindle = {

View File

@@ -81,6 +81,7 @@ in {
"ignorezero,notifications"
"noanim,wallpaper"
"noanim,launcher"
];
};
}