From 7d588f27532abd68dd0375b4dc430ee79126ee92 Mon Sep 17 00:00:00 2001 From: Donald Williams <129223418+dwilliam62@users.noreply.github.com> Date: Tue, 5 Aug 2025 05:40:30 -0400 Subject: UserSettings.conf increase ANR Threshold enable_anr_dialog = true # Application not Responding (ANR) anr_missed_pings = 15 # ANR Threshold default 1 is too low --- config/hypr/UserConfigs/UserSettings.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/hypr/UserConfigs') diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index f5d61956..2ba23acc 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -86,6 +86,8 @@ misc { focus_on_activate = false initial_workspace_tracking = 0 middle_click_paste = false + enable_anr_dialog = true # Application not Responding (ANR) + anr_missed_pings = 15 # ANR Threshold default 1 is too low } #opengl { @@ -114,4 +116,4 @@ cursor { enable_hyprcursor = true warp_on_change_workspace = 2 no_warps = true -} \ No newline at end of file +} -- cgit v1.2.3