dotfiles/.config/hypr/slices/decoration.conf

26 lines
538 B
Plaintext

# DECORATION
decoration {
blur {
enabled = false
}
}
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
}