mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Remove title bars from windows #49
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LGUG2Z on GitHub (Oct 27, 2021).
Originally assigned to: @LGUG2Z on GitHub.
This seems to be a common request from the ricers.
Implementation will be a little tricky as
komorebiuses theWS_CAPTIONstyle as a heuristic when determining whether or not a window should be managed:29a6c39084/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.