Add hyprland configs

This commit is contained in:
2025-10-18 01:57:46 +02:00
commit 9e7b62bae4
15 changed files with 455 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
# ┃ Animations Configuration ┃
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
# https://wiki.hyprland.org/Configuring/Animations/
animations {
enabled = yes
bezier = myBezier, 0.05, 0.2, 0.1, 1.05
animation = windows, 1, 0.3, myBezier
animation = windowsOut, 1, 0.5, default, popin 80%
animation = border, 1, 2, default
animation = fade, 1, 5, default
animation = workspaces, 1, 3, default
}