
I am new to hyprland, so thanks for understanding.
I'm running Archcraft with Hyprland + hyprcat.
I am struggling to get GIMP windowrules to behave as I would like.
#GIMPwindowrule = match:class gimp, workspace 3
++++
The goal is to have Gimp fill the workspace visually the same as tiling windows would.
AND, for it to always open in a new workspace of its own.
++++
With my current rule (workspace 3) it does open in its own space ✔️
-> But the app height is about 90% (with a gap above & below)
I tried:
windowrule = match:class gimp, size 100% 100%= no effect.windowrule = match:class gimp, tile on= fills the space, but now tiles app dialogues.fullscreen = on= glitchy during app splash & also it is "true fullscreen" & not just filling the normal workspace.[Super + Space]toggles float. This partially fixes the problem, making gimp fill the space. Tiles SAVE dialogue, not ideal. I'd rather not manually correct size every launch.
I am including an image for reference - thanks!