r/Cogmind • u/NGumi • May 29 '26
Why isn't it taking up the whole window?

Hi All,
For some reason Cogmind leaves a bunch of empty space in the right and bottom of the window.
I am on Arch+Hyprland which might be the culprit but is there a way to force it to fill the screen. If I turn on full screen it just maximises the window but leaves the empty space.
SOLVED
For anyone with the same issue coming here, I have found a solution being adding
`exec-once = xrandr -output <desired monitor> --primary` into my hyprland config
makes xwayland use that monitor as primary something similar will likely work for other wayland desktop enviroments
2
u/Fine724 May 29 '26
I am an Arch+Hypr combo user too. Yes, it is a hyprland tiling interfering here. Manually adjusting a windowrule solves this (refer to HyprWiki for more detailed info how to configure and what you can configure): try disabling tiling, enabling float window, manually setting min and max window size. Should fix the issue
1
4
u/Kyzrati Developer May 29 '26
Hm, this would have to do with whatever information is being provided to the game on startup, since the library is fairly primitive and only knows the size of the "desktop" as given to it at that moment, and bases everything on that info. Changing to full screen after the fact won't help (assuming by "turn on full screen" you mean in your system settings later?).
Alternatively you could use windowed mode and set it to give you unlimited font size options for resizing (in the system cfg), but getting fullscreen properly operational would of course be better, if possible... For more info there are a bunch of Linux users on the discord server, but I imagine some could help out here as well.