1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Make border and workspace switching anims be 200ms as well

This commit is contained in:
RGBCube 2024-06-04 20:56:06 +03:00
parent c9bca12e7c
commit ab0466850a
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -172,11 +172,11 @@ in desktopSystemConfiguration {
bezier = [ "material_decelerate, 0.05, 0.7, 0.1, 1" ];
animation = [
"border , 1, 10, material_decelerate"
"border , 1, 2, material_decelerate"
"fade , 1, 2, material_decelerate"
"layers , 1, 2, material_decelerate"
"windows , 1, 2, material_decelerate, popin 80%"
"workspaces, 1, 3 , material_decelerate"
"workspaces, 1, 2, material_decelerate"
];
};