edit : hyprland Main's general.conf
This commit is contained in:
@@ -91,17 +91,19 @@ decoration {
|
|||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = yes
|
enabled = yes
|
||||||
|
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
||||||
|
bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
||||||
|
bezier = winOut, 0.3, -0.3, 0, 1
|
||||||
|
bezier = liner, 1, 1, 1, 1
|
||||||
|
|
||||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
animation = windows, 1, 6, wind, slide
|
||||||
|
animation = windowsIn, 1, 6, winIn, slide
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
animation = windowsOut, 1, 5, winOut, slide
|
||||||
|
animation = windowsMove, 1, 5, wind, slide
|
||||||
animation = windows, 1, 7, myBezier
|
animation = border, 1, 1, liner
|
||||||
animation = windowsOut, 1, 7, default, popin 80%
|
animation = borderangle, 1, 30, liner, loop
|
||||||
animation = border, 1, 10, default
|
animation = fade, 1, 10, default
|
||||||
animation = borderangle, 1, 8, default
|
animation = workspaces, 1, 5, wind
|
||||||
animation = fade, 1, 7, default
|
|
||||||
animation = workspaces, 1, 6, default
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
|
|||||||
Reference in New Issue
Block a user