komorebi icon indicating copy to clipboard operation
komorebi copied to clipboard

Remove title bars from windows

Open LGUG2Z opened this issue 4 years ago • 0 comments

This seems to be a common request from the ricers.

Implementation will be a little tricky as komorebi uses the WS_CAPTION style as a heuristic when determining whether or not a window should be managed:

https://github.com/LGUG2Z/komorebi/blob/29a6c39084a4dbe4656db462384bb0ddec9e37cc/komorebi/src/window.rs#L301

Given the bricking potential of something like this, the feature should be opt in and configured through a whitelist of applications for which this is the desired behaviour, which a user can add to after validating for themselves that removing this style does not introduce any otherwise undesired or undefined behaviour.

LGUG2Z avatar Oct 27 '21 18:10 LGUG2Z