komorebi
komorebi copied to clipboard
Remove title bars from windows
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.