hyprland animation redo, updated just so that I can get nvim

This commit is contained in:
2026-04-07 12:51:00 +01:00
parent b7f4e4349c
commit 1974baf3f2
6 changed files with 25 additions and 21 deletions

View File

@@ -91,22 +91,3 @@ exec = gsettings set org.gnome.desktop.interface monospace-font-name 'CaskaydiaC
exec = gsettings set org.gnome.desktop.interface font-antialiasing 'rgba'
exec = gsettings set org.gnome.desktop.interface font-hinting 'full'
env XCURSOR_SIZE = 20
# Animations
animations {
enabled = true
bezier = smooth, 0.3,0,0.5,1
bezier = my, 0.34,0.77,0.74,1.47
animation = windows, 1, 2, smooth, slide right
animation = windowsOut, 1, 2, smooth, slide right
animation = windowsMove, 1, 3, smooth, slide
animation = border, 1, 2, smooth
animation = borderangle, 1, 8, smooth
animation = fade, 1, 2, my
animation = workspaces, 1, 1.7, smooth
animation = specialWorkspace, 1, 1.7, smooth, slidefadevert -50%
animation = layers, 1, 2, smooth, fade
animation = fadeLayers, 1, 2, smooth
}