animations, keybinds, workspaces, monitors, input, autostart, windowrules, and defaults are layout/behavior files that should not change between themes. Moving them to themes/base/ so dm always links them regardless of which theme is active. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
15 lines
839 B
Text
15 lines
839 B
Text
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
|
# ┃ Animations Configuration ┃
|
|
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
|
|
|
# https://wiki.hyprland.org/Configuring/Animations/
|
|
|
|
animations {
|
|
enabled = yes
|
|
bezier = overshot, 0.13, 0.99, 0.29, 1.1
|
|
animation = windowsIn, 1, 4, overshot, slide
|
|
animation = windowsOut, 1, 5, default, popin 80%
|
|
animation = border, 1, 5, default
|
|
animation = workspacesIn, 1, 6, overshot, slide
|
|
animation = workspacesOut, 1, 6, overshot, slidefade 80%
|
|
}
|