hyprland smoother bezier animation
This commit is contained in:
@@ -13,7 +13,7 @@ monitor=,1920x1080@144,auto,1
|
|||||||
# Execute your favorite apps at launch
|
# Execute your favorite apps at launch
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
exec-once = ibus-daemon
|
exec-once = ibus-daemon -rxRd
|
||||||
|
|
||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
$terminal = alacritty
|
$terminal = alacritty
|
||||||
@@ -78,12 +78,13 @@ animations {
|
|||||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
# 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.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 = windows, 1, 3, myBezier
|
||||||
animation = windowsOut, 1, 7, default, popin 80%
|
# animation = windowsOut, 1, 4, default, popin 100%
|
||||||
animation = border, 1, 7, default
|
animation = windowsOut, 1, 2, myBezier
|
||||||
animation = borderangle, 1, 8, default
|
# animation = border, 1, 7, default
|
||||||
|
# animation = borderangle, 1, 8, default
|
||||||
animation = fade, 1, 7, default
|
animation = fade, 1, 7, default
|
||||||
animation = workspaces, 1, 6, default
|
animation = workspaces, 1, 6, default
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user