diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/hypr/hyprland.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index d3c1481..691fded 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -51,6 +51,7 @@ animations { bezier = linear, 0, 0, 1, 1 bezier = almostLinear, 0.5, 0.5, 0.75, 1 bezier = quick, 0.15, 0, 0.1, 1 + bezier = hard, 0, 1, 0, 1 animation = global, 1, 10, default animation = border, 1, 5.39, easeOutQuint animation = windows, 1, 4.79, easeOutQuint @@ -62,7 +63,8 @@ animations { animation = layers, 1, 3.81, easeOutQuint animation = layersIn, 1, 4, easeOutQuint, fade animation = layersOut, 1, 1.5, linear, fade - animation = workspaces, 1, 1.94, almostLinear, fade + animation = workspaces, 1, 1.94, almostLinear, fade # @dynamic_workspaces + animation = specialWorkspace, 1, 1.94, almostLinear, fade # @dynamic_special } input { |
