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