dotfiles/.config/hypr/decoration.conf

34 lines
670 B
Plaintext
Raw Normal View History

2024-06-23 19:39:49 +02:00
# DECORATION
decoration {
active_opacity = 1
inactive_opacity = 1
rounding = 15
2024-06-23 19:39:49 +02:00
blur {
enabled = false
new_optimizations = true
xray = false
passes = 3
}
2024-06-23 19:39:49 +02:00
}
animations {
enabled = 1
bezier = overshot, 0.05, 0.9, 0.1, 1.05
bezier = smoothOut, 0.36, 0, 0.66, -0.56
bezier = smoothIn, 0.25, 1, 0.5, 1
bezier = sineinout, 0.12, 0, 0.39, 0
animation = windows, 1, 5, overshot, slide
animation = windowsOut, 1, 4, smoothOut, slide
animation = windowsMove, 1, 4, default
animation = border, 1, 1, sineinout
animation = fade, 1, 10, smoothIn
animation = fadeDim, 1, 10, smoothIn
animation = workspaces, 1, 6, default
2024-06-23 19:39:49 +02:00
}