changed hyprland animations
This commit is contained in:
parent
ce91d97688
commit
761db460a6
1 changed files with 7 additions and 6 deletions
|
@ -156,20 +156,21 @@
|
||||||
dwindle.no_gaps_when_only = 1;
|
dwindle.no_gaps_when_only = 1;
|
||||||
animations = {
|
animations = {
|
||||||
bezier = [
|
bezier = [
|
||||||
"wind, 0.05, 0.9, 0.1, 1.05"
|
"wind, 0.2, 0.9, 0.2, 1.05"
|
||||||
"winMov, 0.05, 0.9, 0.1, 1.1"
|
"winMov, 0.2, 0.9, 0.2, 1.08"
|
||||||
"winIn, 0.1, 1.1, 0.1, 1.1"
|
"winIn, 0.2, 0.9, 0.2, 1.08"
|
||||||
"winOut, 0.3, -0.3, 0, 1"
|
"winOut, 0.2, 0, 0.9, 0.2"
|
||||||
"liner, 1, 1, 1, 1"
|
"liner, 1, 1, 1, 1"
|
||||||
];
|
];
|
||||||
animation = [
|
animation = [
|
||||||
"windows, 1, 6, wind, slide"
|
"windows, 1, 6, wind, slide"
|
||||||
"windowsIn, 1, 8, winIn, slide"
|
"windowsIn, 1, 6, winIn, slide"
|
||||||
"windowsOut, 1, 5, winOut, slide"
|
"windowsOut, 1, 6, winOut, slide"
|
||||||
"windowsMove, 1, 6, winMov, slide"
|
"windowsMove, 1, 6, winMov, slide"
|
||||||
"border, 1, 1, liner"
|
"border, 1, 1, liner"
|
||||||
"borderangle, 1, 30, liner, loop"
|
"borderangle, 1, 30, liner, loop"
|
||||||
"fade, 1, 10, default"
|
"fade, 1, 10, default"
|
||||||
|
"fadeOut, 1, 12, default"
|
||||||
"workspaces, 1, 8, wind"
|
"workspaces, 1, 8, wind"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue