Remove title bars from windows #49

Closed
opened 2026-01-05 14:47:55 +01:00 by adam · 0 comments
Owner

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 komorebi uses the WS_CAPTION style 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.

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 `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.
adam added the enhancement label 2026-01-05 14:47:55 +01:00
adam closed this issue 2026-01-05 14:47:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#49