diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-08-05 05:40:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-05 05:40:30 -0400 |
| commit | 7d588f27532abd68dd0375b4dc430ee79126ee92 (patch) | |
| tree | 7043062b044f312b550aabd51e6fe16e430a861d /config/hypr/UserConfigs | |
| parent | 98d5f938e37fa563ef20fa7fd907e694405e36ff (diff) | |
UserSettings.conf increase ANR Threshold
enable_anr_dialog = true # Application not Responding (ANR)
anr_missed_pings = 15 # ANR Threshold default 1 is too low
Diffstat (limited to 'config/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 4 |
1 files changed, 3 insertions, 1 deletions
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 +} |
