From f1f1a81becabdc0fd993e9a70ea7e7d95b061c53 Mon Sep 17 00:00:00 2001 From: Myned Date: Wed, 11 Sep 2024 18:19:04 -0500 Subject: [PATCH] hyprland: disable layer animations Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index a919370..5681108 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -112,9 +112,9 @@ in #?? animation = NAME, ONOFF, SPEED, CURVE, [STYLE] animation = [ "global, 1, 5, default" - "windows, 1, 5, default, slide" - "layers, 1, 5, default, slide" "specialWorkspace, 1, 5, default, fade" + "windows, 1, 5, default, slide" + "layers, 0" ]; # https://wiki.hyprland.org/Configuring/Variables/#decoration