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/WindowRules-config-v3.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/WindowRules-config-v3.conf')
| -rw-r--r-- | config/hypr/configs/WindowRules-config-v3.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hypr/configs/WindowRules-config-v3.conf b/config/hypr/configs/WindowRules-config-v3.conf index 8f639c5d..d9d180d2 100644 --- a/config/hypr/configs/WindowRules-config-v3.conf +++ b/config/hypr/configs/WindowRules-config-v3.conf @@ -139,6 +139,9 @@ windowrule = match:class ^([Qq]alculate-gtk)$, float on windowrule = match:class ^([Ff]erdium)$, float on windowrule = match:title ^(Picture-in-Picture)$, float on +# Float and center dialog boxes by default +windowrule = float on, center on, match:modal:1 + # windowrule - ######### float popups and dialogue ####### windowrule = match:title ^(Authentication Required)$, float on, center on windowrule = match:class (codium|codium-url-handler|VSCodium) match:title negative:(.*codium.*|.*VSCodium.*), float on |
