From 1382e879dc51101776ac90abe277f46828ab1a3c Mon Sep 17 00:00:00 2001 From: Myned Date: Fri, 10 Jan 2025 16:59:53 -0600 Subject: [PATCH] niri: disable hide-when-typing Signed-off-by: Myned --- options/custom/desktops/niri/misc.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/options/custom/desktops/niri/misc.nix b/options/custom/desktops/niri/misc.nix index 8e80b93..dfc3550 100644 --- a/options/custom/desktops/niri/misc.nix +++ b/options/custom/desktops/niri/misc.nix @@ -30,8 +30,9 @@ in { inherit size; theme = name; + # BUG: Heavily increases CPU usage with cursor movement #// hide-after-inactive-ms = 1000 * 15; # Milliseconds - hide-when-typing = true; + #// hide-when-typing = true; }; # HACK: Inherit home-manager environment variables in lieu of upstream fix