From 801f80bac8f2d76f710f9d9285c6a921b715936a Mon Sep 17 00:00:00 2001 From: silly Date: Mon, 16 Mar 2026 08:39:05 +0100 Subject: Update hyprland.conf --- .config/hypr/hyprland.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/hypr/hyprland.conf') 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 { -- cgit v1.3.1