From 5458fe353b2b8fecf69ff0930d10662956ef05b4 Mon Sep 17 00:00:00 2001 From: winston Date: Mon, 16 Sep 2024 23:36:31 +0200 Subject: [PATCH] feat: don't animate yabai --- machines/common/darwin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/common/darwin/default.nix b/machines/common/darwin/default.nix index ab15261..b7af75e 100644 --- a/machines/common/darwin/default.nix +++ b/machines/common/darwin/default.nix @@ -46,7 +46,7 @@ right_padding = 5; top_padding = 5; bottom_padding = 5; - window_animation_duration = "0.3"; + window_animation_duration = "0.0"; window_origin_display = "cursor"; window_placement = "second_child";