diff options
| -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 |
