From b0e4141d61afcfe0f956b09a1cebd7c3f39c9676 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 5 Jul 2025 18:12:59 +0200 Subject: [PATCH] Modules/Hyprland: Disable "application not responding dialog --- home/modules/hyprland/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/modules/hyprland/default.nix b/home/modules/hyprland/default.nix index cbdef381..cd8eb862 100644 --- a/home/modules/hyprland/default.nix +++ b/home/modules/hyprland/default.nix @@ -475,6 +475,9 @@ in { disable_hyprland_logo = true; force_default_wallpaper = 0; + # Say no to the "Application not responding" window + enable_anr_dialog = false; + disable_splash_rendering = true; font_family = "${color.font}"; };