changes to bezier and layerrules etc
This commit is contained in:
@@ -47,10 +47,17 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
animations.enabled = true;
|
animations.enabled = true;
|
||||||
|
bezier = [
|
||||||
|
"easeout,0.5, 1, 0.9, 1"
|
||||||
|
"easeoutback,0.34,1.22,0.65,1"
|
||||||
|
];
|
||||||
animation = [
|
animation = [
|
||||||
"border, 1, 2, default"
|
"border, 1, 2, default"
|
||||||
"fade, 1, 4, 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"
|
"workspaces, 1, 2, default, slide"
|
||||||
];
|
];
|
||||||
dwindle = {
|
dwindle = {
|
||||||
|
|||||||
@@ -81,6 +81,7 @@ in {
|
|||||||
"ignorezero,notifications"
|
"ignorezero,notifications"
|
||||||
|
|
||||||
"noanim,wallpaper"
|
"noanim,wallpaper"
|
||||||
|
"noanim,launcher"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user