diff options
author | awy <awy@awy.one> | 2025-07-30 20:05:39 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-30 20:05:39 +0300 |
commit | 6b0083e817cb931fdeca7de0c05ddea1e75bafb9 (patch) | |
tree | 6e122471787e9a8d0e394dc1dc22f949c80a8aca | |
parent | eaac01e7d3dc26bccb67d39a07aea34343a97c3f (diff) | |
download | hyprdots-6b0083e817cb931fdeca7de0c05ddea1e75bafb9.tar.gz |
layers
-rw-r--r-- | .config/hypr/hyprland.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index c8d5f12..211e871 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -76,8 +76,8 @@ animations { animation = fadeOut, 1, 1.46, almostLinear animation = fade, 1, 3.03, quick animation = layers, 1, 3.81, easeOutQuint - animation = layersIn, 1, 4, easeOutQuint, fade - animation = layersOut, 1, 1.5, linear, fade + animation = layersIn, 1, 4, easeOutQuint, slide + animation = layersOut, 1, 1.5, linear, slide animation = fadeLayersIn, 1, 1.79, almostLinear animation = fadeLayersOut, 1, 1.39, almostLinear animation = workspaces, 1, 1.94, almostLinear, fade |