hyprland smoother bezier animation

This commit is contained in:
Antoine Phan
2024-03-02 11:17:23 -05:00
parent 8857eb70b0
commit c9bfe74c2c

View File

@@ -13,7 +13,7 @@ monitor=,1920x1080@144,auto,1
# Execute your favorite apps at launch
exec-once = waybar
exec-once = hyprpaper
exec-once = ibus-daemon
exec-once = ibus-daemon -rxRd
# Set programs that you use
$terminal = alacritty
@@ -78,12 +78,13 @@ animations {
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
# bezier = myBezier, 0.05, 0.9, 0.1, 1.05
bezier = myBezier, 0.2, 0.87, 0.3, 1.0
bezier = myBezier, .77,.39,.25,.92
animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 7, default
animation = borderangle, 1, 8, default
animation = windows, 1, 3, myBezier
# animation = windowsOut, 1, 4, default, popin 100%
animation = windowsOut, 1, 2, myBezier
# animation = border, 1, 7, default
# animation = borderangle, 1, 8, default
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default
}