From b3dea360f2d22345beccc6c511efa14469516d4e Mon Sep 17 00:00:00 2001 From: ant Date: Sat, 19 Jul 2025 13:40:36 +0200 Subject: [PATCH] disable poppups in hyprland when a window is not updated --- home/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/hyprland.nix b/home/hyprland.nix index 1756f2c..4324103 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -122,6 +122,7 @@ }; misc = { + enable_anr_dialog = false; disable_hyprland_logo = true; enable_swallow = true; mouse_move_enables_dpms = true;