From ac41eb001593b87606c01f8a6f0e8833c36d6a7f Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Sat, 3 May 2025 03:57:52 +0100 Subject: [PATCH] turned off hyprland ANR warnings firefox kept having application not responding errors and it makes a floating window appear in the active workspace, interrupting me trying to troubleshoot the issue disabled this feature as it is not helpful in any way --- home-manager/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index 5989790..c492162 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -5,6 +5,9 @@ xwayland.enable = true; systemd.variables = ["--all"]; settings = { + misc = { + enable_anr_dialog = false; + }; # Monitor config for home desk layout monitor = [ "eDP-2, 2560x1600@165, 0x0, auto" # main laptop monitor