aesophor / wmderland

🌳 X11 tiling window manager using space partitioning trees
https://www.reddit.com/r/unixporn/comments/fb8ve1/wmderland_104_time_to_move_on/
MIT License
409 stars 15 forks source link

Should tiled windows keep to the minimum window size property? #46

Open takagiy opened 4 years ago

takagiy commented 4 years ago

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: wmderland-many-chrome

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

Thanks again!

aesophor commented 4 years ago

Yes! You're right, silly me :smile:

It has been fixed in 96219de3a3d78b83273bdf013ecc299f9ce17a28, thank you so much!

scrot-2020-04-27_150825_1680x1050 scrot-2020-04-27_150840_1680x1050

takagiy commented 4 years ago

Thank you so much for the quick support! I checked that it was fixed.

aesophor commented 4 years ago

Great! I'm glad it works!

takagiy commented 4 years ago

Oh, the wm might still have to ensure that the window excepting for the border width has at least certain width and height (and allow overlapping only in this worst case with many very thin windows). Otherwise, we'll see the window at the top left corner of the display even though it actually should be tiled. many-thin-windows