From b0b7d7489c1fe0d5e50e79d800c26be551aaedb3 Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 10 Aug 2025 19:55:42 +0200 Subject: [PATCH] disable not responding dialog --- home-manager/hyprland/hyprland-settings.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/hyprland/hyprland-settings.nix b/home-manager/hyprland/hyprland-settings.nix index a89742d..6e2f940 100644 --- a/home-manager/hyprland/hyprland-settings.nix +++ b/home-manager/hyprland/hyprland-settings.nix @@ -110,7 +110,7 @@ in allow_tearing = true; }; - misc = { vfr = true; middle_click_paste = false; }; + misc = { vfr = true; middle_click_paste = false; enable_anr_dialog = false; }; xwayland = lib.mkIf isPc { force_zero_scaling = true; }; decoration = { @@ -265,7 +265,7 @@ in "$mainMod, mouse_down, workspace, e+1" "$mainMod, mouse_up, workspace, e-1" - "ALT, Tab, cyclenext," + "ALT, Tab, cyclenext," # "ALT, Tab, bringactivetotop," ];