diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-04 02:15:53 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-04 02:15:53 -0500 |
| commit | e2cce1cd10b93ba39cc5d243b7caf4aee6c8e7a4 (patch) | |
| tree | 6984b13cbf24c4c754cf7a694c68a48653509af7 /config | |
| parent | 3ca6417a0a4636f2a8721d635a9958247911f2b0 (diff) | |
Fixed modal floating/center rule
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/configs/WindowRules-config-v3.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/hypr/configs/WindowRules-config-v3.conf b/config/hypr/configs/WindowRules-config-v3.conf index d9d180d2..a81cc20d 100644 --- a/config/hypr/configs/WindowRules-config-v3.conf +++ b/config/hypr/configs/WindowRules-config-v3.conf @@ -140,7 +140,9 @@ 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 +rule = float(true), match:modal:1 +rule = center(true), match:modal:1 + # windowrule - ######### float popups and dialogue ####### windowrule = match:title ^(Authentication Required)$, float on, center on |
