All programs launch already maximised since update #15901
Replies: 4 comments 18 replies
|
Found it! Previously maximise requests were ignored for unmapped windows Hyprland/src/desktop/view/Window.cpp Lines 1457 to 1473 in 5751911 But now they are buffered Hyprland/src/desktop/view/window/Window.cpp Lines 848 to 863 in 8d50be0 Adding a debug log statement after line 1457 in 5751911 shows the requests have always been coming in which I believe is normal, so I propose adding a config toggle like |
|
I see the same issue after updating to latest git with firefox, chromium, thunar, gnome-calculator, and probably many more applications. The issue also happens without window rules. My dotfiles: |
|
Ok. How do we feel about these: Option 1More general, probably the better option, but leaves default behaviour in the new state, and must be added manually to config PR Draft: #15931 hl.window_rule({
match = {
mapped = false
},
suppress_event = "maximize"
});Option 2Not ideal as @Dregu pointed out, but can be set as the default, restoring the previous default behaviour PR Draft: #15929 hl.config({
misc = {
suppress_initial_maximize_requests = true
}
}); |
|
please check |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hyprland version
v0.56.0 (52b368f)
Is this a regression?
Yes, worked in 5751911, broken by af0d014
Bisection:
What's the bug?
Every program I launch is automatically maximised, except for
ghostty +new-windowbecause the daemon launches it, if I just runghosttyit is maximised. I bisected it to #15779Reproduction steps
NixOS 26.11 (Unstable 2026-08-20 7f4c783)
Attachments
No response
I acknowledge that:
I have searched all (open and closed) discussions and issues and my problem is not there.
I have read the Code of Conduct and agree to follow it.
I wrote this request with my own hands, my own keyboard, and in my own words.
All reactions