From 453fda9a3640b6732363ec033ab88dd80dfaed38 Mon Sep 17 00:00:00 2001 From: unexplrd Date: Fri, 13 Jun 2025 00:15:32 +0300 Subject: [PATCH] desktop/niri: disable animations Signed-off-by: unexplrd --- modules/home/desktop/niri/niri.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/home/desktop/niri/niri.nix b/modules/home/desktop/niri/niri.nix index b40047d..23b00a8 100644 --- a/modules/home/desktop/niri/niri.nix +++ b/modules/home/desktop/niri/niri.nix @@ -171,8 +171,8 @@ in { } background-color "transparent" - // default-column-width { proportion 0.9; } - default-column-width { proportion 0.5; } + default-column-width { proportion 1.0; } + // default-column-width { proportion 0.5; } tab-indicator { active-color "#${colors.base04}" inactive-color "#${colors.base03}" @@ -247,7 +247,8 @@ in { screenshot-path "${xdgPics}/screenshots/screenshot-%Y-%m-%d-%H-%M-%S.png" animations { - slowdown 0.8 + // slowdown 0.8 + off } window-rule {