mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1377] [MERGED] fix: disabled borders remove width + offset #1367
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?
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/1377
Author: @alex-ds13
Created: 3/26/2025
Status: ✅ Merged
Merged: 4/7/2025
Merged by: @LGUG2Z
Base:
master← Head:fix/disabled-borders-remove-width📝 Commits (2)
da50ffefix(docs): borders are enabled by default0f5a36efix(wm): remove border width/offset when disabled📊 Changes
5 files changed (+60 additions, -42 deletions)
View changed files
📝
docs/common-workflows/remove-gaps.md(+1 -5)📝
komorebi/src/monitor.rs(+48 -16)📝
komorebi/src/static_config.rs(+2 -5)📝
komorebi/src/workspace.rs(+8 -15)📝
schema.json(+1 -1)📄 Description
border_widthandborder_offset. Previously you would have to set them to 0 after disabling the borders or they would still count for the containers gap. Now if the borders are disabled they are no longer taken into account."border": falseand then removing that line completely will re-enable the borders as it should since the default is to have them enabled.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.