Does anyone know how to play in windowed mode (not fullscreen windowed) without the title bar present. I find it rather glaring as it is completely white, in Windows 11 at least.
I tried using an AutoHotKey script to remove the title bar but this stopped the mouse from being able to scroll the battlefield as it could no longer reach the edges of the window properly once the titlebar was removed for some reason.
Any fix or insight would be appreciated! TY!
Hm, was your smart mouse setting set to “off”, by any chance? jw
Sometimes other settings oddly change when another does for some reason (at least from my experience). Like, maybe when you switched to windowed mode.
But ya, I imagine removing the title bar might have inadvertently removed the “boundary” which let you edge scroll while actively in a game. Sadly, I don’t think there’s a way you can have it both ways. Not even with AHK.
Nope Ive tried it with it set on “on” and “smart” to no avail.
I think removing the titlebar just stretches the display and makes things wonky. I even tried forcing a certain width and height through AHK but that didn’t fix the issue.
The solution I found was to create a GUI overlay through AutoHotKey that makes a nice little border around the whole game. Perhaps not the most elegant solution but I think I like it better as I can customize it as I wish.
Ty!