diff options
Diffstat (limited to '.config/hypr/style.conf')
| -rw-r--r-- | .config/hypr/style.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/hypr/style.conf b/.config/hypr/style.conf index 5c70785..f89d137 100644 --- a/.config/hypr/style.conf +++ b/.config/hypr/style.conf @@ -25,13 +25,13 @@ decoration { animations { enabled = yes - bezier = defaultBezier, 0.05, 0.9, 0.1, 1.05 + bezier = defaultBezier, 0.00, 1.0, 0.0, 1.0 animation = windows, 1, 7, defaultBezier, slide animation = windowsOut, 1, 7, defaultBezier, slide animation = border, 1, 10, default - animation = borderangle, 1, 8, default - animation = fade, 1, 3, default + animation = borderangle, 0#1, 8, default + animation = fade, 0#1, 3, default animation = workspaces, 0#1, 6, defaultBezier } |
