summaryrefslogtreecommitdiff
path: root/.config/niri/cfg/animation.kdl
diff options
context:
space:
mode:
Diffstat (limited to '.config/niri/cfg/animation.kdl')
-rw-r--r--.config/niri/cfg/animation.kdl32
1 files changed, 32 insertions, 0 deletions
diff --git a/.config/niri/cfg/animation.kdl b/.config/niri/cfg/animation.kdl
new file mode 100644
index 0000000..4c9a913
--- /dev/null
+++ b/.config/niri/cfg/animation.kdl
@@ -0,0 +1,32 @@
+ animations {
+ workspace-switch {
+ spring damping-ratio=1.0 stiffness=1000 epsilon=0.0001
+ }
+ window-open {
+ duration-ms 200
+ curve "ease-out-quad"
+ }
+ window-close {
+ duration-ms 200
+ curve "ease-out-cubic"
+ }
+ horizontal-view-movement {
+ spring damping-ratio=1.0 stiffness=900 epsilon=0.0001
+ }
+ window-movement {
+ spring damping-ratio=1.0 stiffness=800 epsilon=0.0001
+ }
+ window-resize {
+ spring damping-ratio=1.0 stiffness=1000 epsilon=0.0001
+ }
+ config-notification-open-close {
+ spring damping-ratio=0.6 stiffness=1200 epsilon=0.001
+ }
+ screenshot-ui-open {
+ duration-ms 300
+ curve "ease-out-quad"
+ }
+ overview-open-close {
+ spring damping-ratio=1.0 stiffness=900 epsilon=0.0001
+ }
+ }