From 789a32ad45c1e71c84dd289bce08417a9d890587 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Thu, 28 Mar 2024 14:47:07 -0400 Subject: [PATCH] fix(hypr): disable compositor layer animations --- modules/ags/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ags/default.nix b/modules/ags/default.nix index 56b12236..d10c4b65 100644 --- a/modules/ags/default.nix +++ b/modules/ags/default.nix @@ -95,6 +95,11 @@ in { wayland.windowManager.hyprland = { settings = { + animations.animation = [ + # Ags takes care of doing the animations + "layers, 0" + ]; + exec-once = [ "ags"