diff --git a/options/custom/desktops/niri/misc.nix b/options/custom/desktops/niri/misc.nix index d6df6f0..1f1b964 100644 --- a/options/custom/desktops/niri/misc.nix +++ b/options/custom/desktops/niri/misc.nix @@ -32,10 +32,8 @@ in { inherit size; theme = name; - # BUG: Heavily increases CPU usage with cursor movement - # https://github.com/YaLTeR/niri/issues/1037 - #// hide-after-inactive-ms = 1000 * 15; # Milliseconds - #// hide-when-typing = true; + hide-after-inactive-ms = 1000 * 15; # Milliseconds + hide-when-typing = true; }; # HACK: Inherit home-manager environment variables in lieu of upstream fix