diff options
| author | silly <u65487754@gmail.com> | 2026-03-16 08:39:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-16 08:39:05 +0100 |
| commit | 801f80bac8f2d76f710f9d9285c6a921b715936a (patch) | |
| tree | eb14dbf2f51ae9d14e29c70a0486ba0839d7030b /.config/hypr | |
| parent | 9e544af81e46711c34cf4b8f3d7dd1e16737b32c (diff) | |
Update hyprland.conf
Diffstat (limited to '.config/hypr')
| -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 { |
