client window sizes not respected for first instance of floating window per workspace #12595
Replies: 3 comments 3 replies
-
|
Add an explicit size rule to force Hyprland to respect your desired dimensions: |
Beta Was this translation helpful? Give feedback.
-
|
This is a v0.52.0 regression where the first floating window's |
Beta Was this translation helpful? Give feedback.
-
|
why is kitty floating? Windowrule? Have you checked git? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
system info
distro: nixos (unstable)
hyprland source: using hyprland flake directly on latest master
output of
hyprctl systeminfo -c: https://paste.super.fish/p/DU3fAo.txtdescription
ever since updating to
0.52.0, i've been having issues with new floating windows opening with the wrong size. the first instance of a floating window in each workspace has the dimensions totally out of wack.i'm using kitty as an example, because i have it configured in its own config to have a specific height and width
expected behavior
actual behavior
video example
hyprland-floating-demo.webm
timestamps:
0:00 -> open floating window while tiled window already open
0:11 -> open floating window in empty workspace
0:20 -> open floating window while floating window (nemo) already open
0:35 -> open floating window in empty workspace round 2
reproducible config
i'm currently working on reducing my config to repro the issue, but for the time being here's my current config: https://paste.super.fish/p/YCb6u1.txti've reduced my config to be minimal, without any window rules: https://paste.super.fish/p/NBmiK9.txt
attempted steps to resolve
windowrules: no change in behaviorwindowrulespecifically to set size for floating kitty windows (match:class ^(kitty)$, match:float yes, size 1151 630): size is still ignored for first floating windowsimilar discussions
#12398 looks similar but a lot less specific
#12375 case 2 looks similar, but window sizes appear random rather than consistent like here
Beta Was this translation helpful? Give feedback.
All reactions