Add new configuration

This commit is contained in:
Stephan Raabe
2023-11-21 22:30:20 +01:00
parent 06f0f6e72e
commit 3f1ec6a90f
14 changed files with 64 additions and 12 deletions

View File

@@ -0,0 +1,14 @@
# -----------------------------------------------------
# Animations
# name: "Default"
# -----------------------------------------------------
animations {
enabled = true
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default
animation = borderangle, 1, 8, default
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default
}