diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-09-22 09:25:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-22 09:25:07 -0400 |
| commit | ce072686ca7e143032b0cb1b29ee7cea34a87541 (patch) | |
| tree | f1a07ee7028a27d87a67a131063393c9fb734758 /config/hypr/UserConfigs/UserSettings.conf | |
| parent | ea67f06735c4ebf5e02d3fc8a83a53311e1ad97a (diff) | |
UserSettings.conf - Allow session lock restore
Yuni asked me to add this to prevent Lockscreen crashes when resuming from suspend/hibernate
Diffstat (limited to 'config/hypr/UserConfigs/UserSettings.conf')
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index f31bb7e1..325d24f7 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -87,6 +87,7 @@ misc { middle_click_paste = false enable_anr_dialog = true # Application not Responding (ANR) anr_missed_pings = 15 # ANR Threshold default 1 is too low + allow_session_lock_restore = true # Prevent lockscreen crash when resume from suspend } #opengl { |
