diff options
Diffstat (limited to 'config')
| -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 +} |
