diff options
| author | brockar <martinnguzman.mg@gmail.com> | 2026-01-12 21:51:48 -0300 |
|---|---|---|
| committer | brockar <martinnguzman.mg@gmail.com> | 2026-01-12 21:51:48 -0300 |
| commit | 365e82d2e8782969bc4dc522d4a4e87e65fef0b2 (patch) | |
| tree | e680155d50fe62c18d7d4eaad49b885c4e54ed9d /config/hypr/configs/WindowRules.conf | |
| parent | a988f706e0080cde8aad3966948ac68ea0075da7 (diff) | |
fix: windowrules center for float windows
Diffstat (limited to 'config/hypr/configs/WindowRules.conf')
| -rw-r--r-- | config/hypr/configs/WindowRules.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf index 00c98644..d37e1636 100644 --- a/config/hypr/configs/WindowRules.conf +++ b/config/hypr/configs/WindowRules.conf @@ -124,11 +124,11 @@ windowrule = idle_inhibit fullscreen, match:class ^(*)$ windowrule = idle_inhibit fullscreen, match:title ^(*)$ # FLOAT -windowrule = match:tag KooL_Cheat, float on -windowrule = match:tag wallpaper, float on -windowrule = match:tag settings, float on -windowrule = match:tag viewer, float on -windowrule = match:tag KooL-Settings, float on +windowrule = match:tag KooL_Cheat, float on, center on +windowrule = match:tag wallpaper, float on, center on +windowrule = match:tag settings, float on, center on +windowrule = match:tag viewer, float on, center on +windowrule = match:tag KooL-Settings, float on, center on windowrule = match:class ([Zz]oom|onedriver|onedriver-launcher), float on windowrule = match:class (org.gnome.Calculator|qalculate-gtk), float on windowrule = match:class ^(mpv|com.github.rafostar.Clapper)$, float on |
