I open a window in fullscreen, let’s say gimp. Now I choose “save as”, the dialogue opens (in fullscreen mode). Hitting Esc closes this dialogue and gimp is no longer in fullscreen mode, but tiled.
What I would expect is this:
The dialogue should be floating, not fullsize (so I can see the underlying fullsized gimp window)
gimp should stay fullsized after closing the dialogue
This would be my desired behavior.
I tried on_focus_under_fullscreen = 0, no luck.
I tried exit_window_retains_fullscreen = true. Now the gimp window gets fullscreen again. But in any other situation any window will get fullscreen, when focusing after closing a fullscreen window. That’s not, what I want.
Using hyprctl clients I can see, that gimp already loses fullscreen, when the dialogue opens (and takes over the fullscreen mode).
Any hint, how I can achieve my desired behavior?
How can I match a dialogue window of gimp (or other programs) in a window rule to force it to floating mode?