aesophor / aesophor/wmderland

Should tiled windows keep to the minimum window size property?

Open
#46 4 comments 2 reactions 0 assignees View on GitHub
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:
![wmderland-many-chrome](https://user-images.githubusercontent.com/18656090/80341284-1910dd00-889d-11ea-8694-31b464e6d11e.png)

On the other hand, i3wm ignores the program specified minimum size property for tiled windows:
![i3-many-chrome](https://user-images.githubusercontent.com/18656090/80341296-23cb7200-889d-11ea-9cdb-56a05f631ee2.png)

Thanks again!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.