Should tiled windows keep to the minimum window size property?
- Dominant language
- C++
- Stars
- 408
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Currently, all windows keep to the program specified minimum size of their `WM_NORMAL_HINTS` property.
But it seems to be a problem that the window tiled in the area smaller than the specified minimum size will spread out and overlap the other windows, especially Google Chrome has a bit wider minimum width:

On the other hand, i3wm ignores the program specified minimum size property for tiled windows:

Thanks again!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.