Bohdan's terminal configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

hyprland: animations don't suck anymore

bpavuk.neocities.org 66c4c982 0d89278a

verified
+17 -17
+17 -17
window_manager/.config/hypr/hyprland/look_and_feel.conf
··· 45 45 46 46 # https://wiki.hyprland.org/Configuring/Variables/#animations 47 47 animations { 48 - enabled = no 48 + enabled = yes 49 49 50 50 # Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more 51 51 ··· 55 55 bezier = almostLinear,0.5,0.5,0.75,1.0 56 56 bezier = quick,0.15,0,0.1,1 57 57 58 - animation = global, 1, 10, default 59 - animation = border, 1, 5.39, easeOutQuint 60 - animation = windows, 1, 4.79, easeOutQuint 61 - animation = windowsIn, 1, 4.1, easeOutQuint, popin 87% 62 - animation = windowsOut, 1, 1.49, linear, popin 87% 63 - animation = fadeIn, 1, 1.73, almostLinear 64 - animation = fadeOut, 1, 1.46, almostLinear 65 - animation = fade, 1, 3.03, quick 66 - animation = layers, 1, 3.81, easeOutQuint 67 - animation = layersIn, 1, 4, easeOutQuint, fade 68 - animation = layersOut, 1, 1.5, linear, fade 69 - animation = fadeLayersIn, 1, 1.79, almostLinear 70 - animation = fadeLayersOut, 1, 1.39, almostLinear 71 - animation = workspaces, 1, 1.94, almostLinear, fade 72 - animation = workspacesIn, 1, 1.21, almostLinear, fade 73 - animation = workspacesOut, 1, 1.94, almostLinear, fade 58 + animation = global, 1, 5, default 59 + animation = border, 1, 2.7, easeOutQuint 60 + animation = windows, 1, 2.4, easeOutQuint 61 + animation = windowsIn, 1, 2, easeOutQuint 62 + animation = windowsOut, 1, 0.7, linear 63 + animation = fadeIn, 1, 0.8, almostLinear 64 + animation = fadeOut, 1, 0.9, almostLinear 65 + animation = fade, 1, 1.5, quick 66 + animation = layers, 1, 1.9, easeOutQuint 67 + animation = layersIn, 1, 2, easeOutQuint, fade 68 + animation = layersOut, 1, 0.7, linear, fade 69 + animation = fadeLayersIn, 1, 0.9, almostLinear 70 + animation = fadeLayersOut, 1, 0.7, almostLinear 71 + animation = workspaces, 1, 4, easeOutQuint, slide 72 + animation = workspacesIn, 1, 4, easeOutQuint, slide 73 + animation = workspacesOut, 1, 4, easeOutQuint, slide 74 74 } 75 75 76 76 # Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/