Hyprland version
Hyprland 0.53.0 built from branch v0.53.0 at commit ea444c35bb23b6e34505ab6753e069de7801cc25 clean (version: bump to 0.53.0).
Date: Mon Dec 29 15:21:36 2025
Tag: v0.53.0, commits: 6756
Libraries:
Hyprgraphics: built against 0.5.0, system has 0.5.0
Hyprutils: built against 0.11.0, system has 0.11.0
Hyprcursor: built against 0.1.13, system has 0.1.13
Hyprlang: built against 0.6.7, system has 0.6.7
Aquamarine: built against 0.10.0, system has 0.10.0
Version ABI string: ea444c35bb23b6e34505ab6753e069de7801cc25_aq_0.10_hu_0.11_hg_0.5_hc_0.1_hlg_0.6
no flags were set
Describe your issue / feature…
After the updated Hyprland to the newest version (0.53.0), the windowrules seemed broken. That was pretty easy to fix. The windows floats as expected but their default window size automatically gets resized to the monitor size (and another mobile aspect ratio, but more smaller in height like a tablet). Every app i set to auto float with the windowrule gets resized. Heres my windowrule config
```
######################################
LAYERS, WINDOWS AND WORKSPACES
######################################
layerrule = animation slide, match:namespace waybar
layerrule = blur on, match:namespace waybar
layerrule = blur_popups on, match:namespace waybar
layerrule = ignore_alpha 0, match:namespace waybar
layerrule = blur on, match:namespace rofi
layerrule = ignore_alpha 0, match:namespace rofi
layerrule = animation fade, match:namespace hyprpaper
layerrule = animation fade, match:namespace swaync-notification-window
layerrule = blur on, match:namespace swaync-notification-window
layerrule = ignore_alpha 0, match:namespace swaync-notification-window
layerrule = no_anim on, match:namespace selection
layerrule = no_anim on, match:namespace hyprpicker
windowrule = match:class .*, suppress_event maximize
windowrule = match:class ^$, match:title ^$, match:xwayland true, match:float true, match:fullscreen false, match:pin false, suppress_event activatefocusa
windowrule = match:float true, border_size 2
windowrule = match:class .manjaro-settings-manager., float on
windowrule = match:class .msm_notifier., float on
windowrule = match:class org.manjaro.pamac.manager, float on
windowrule = match:class manjaro-application-utility, float on
windowrule = match:class org.gnome.SystemMonitor, float on
windowrule = match:class .gparted., float on
windowrule = match:class .dconf-editor., float on
windowrule = match:class kvantummanager, float on
windowrule = match:class qt5ct, float on
windowrule = match:class qt6ct, float on
windowrule = match:class org.gnome.Calculator, float on
windowrule = match:class .discord., float on
windowrule = match:class spotify, float on
windowrule = match:class jetbrains-idea-ce, match:title .Welcome to IntelliJ IDEA., float on
windowrule = match:class org.prismlauncher.PrismLauncher, float on
windowrule = match:class steam, float on
windowrule = match:class gamescope, match:title HoYoPlay, float on
```
