diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-04 01:52:25 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-04 01:52:25 -0500 |
| commit | 3ca6417a0a4636f2a8721d635a9958247911f2b0 (patch) | |
| tree | b18b2bfda11abc99deb1af4f8f1bcd0a015e1090 /config/hypr/configs/SystemSettings.conf | |
| parent | e504f6c1c50bd2037bea9b3b48e2e0b06b304c34 (diff) | |
Added rule for modal and fixed alt-tab for max'd windows
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: CHANGELOG.md
modified: config/hypr/configs/SystemSettings.conf
modified: config/hypr/configs/WindowRules-config-v3.conf
Diffstat (limited to 'config/hypr/configs/SystemSettings.conf')
| -rw-r--r-- | config/hypr/configs/SystemSettings.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/hypr/configs/SystemSettings.conf b/config/hypr/configs/SystemSettings.conf index 44521156..af8fe7a6 100644 --- a/config/hypr/configs/SystemSettings.conf +++ b/config/hypr/configs/SystemSettings.conf @@ -93,6 +93,10 @@ misc { 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 + on_focus_under_fullscreen = 1 + # 0 - Default, no change + # 1 - New focused window takes over fullscreen (Windows-like Alt-Tab) + # 2 - New focused window stays behind the fullscreen one } #opengl { |
