You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i partially fixed that issue for me by modifing the call to SetWindowPos with some offsets, since the space is added by windows
and it seems to be a fixed size for win10
in function resize: SetWindowPos(c->hwnd, HWND_TOP, c->x - 7, c->y, c->w + 14, c->h + 7, SWP_NOACTIVATE);
its not a pretty solution because of the fixed numbers and all, but it solved it for me
also if someone is interested in solving it for real there seems to be a way to get those offsets directly from windows using DwmGetWindowAttribute and DWMWA_EXTENDED_FRAME_BOUNDS https://stackoverflow.com/questions/34139450/getwindowrect-returns-a-size-including-invisible-borders
How gapless is gapless?
This is how it looks for me currently:
Btw. Thank you so much for this work. Finally something fitting my tiling needs on windows.
The text was updated successfully, but these errors were encountered: