The example configuration mistakenly used the key border_padding in the place of border_width. As border_padding does not exist in the spec, modifying its value has no effect.
As this file is used by komorebic quickstart, new users will have this incorrect key in their default configuration. Notably, setting its value to 0 to remove gaps has no effect. The rest of the documentation uses the correct key, so users copying and pasting from that would not encounter the bug.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/775
**Author:** [@SVendittelli](https://github.com/SVendittelli)
**Created:** 4/22/2024
**Status:** ✅ Merged
**Merged:** 4/22/2024
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `fix/border_padding-typo`
---
### 📝 Commits (1)
- [`1b809db`](https://github.com/LGUG2Z/komorebi/commit/1b809dbed43cf73b2c4fb290daf1166831e56f44) fix(docs): correct typo in example config
### 📊 Changes
**1 file changed** (+1 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `docs/komorebi.example.json` (+1 -1)
</details>
### 📄 Description
The example configuration mistakenly used the key `border_padding` in the place of `border_width`. As `border_padding` does not exist in the spec, modifying its value has no effect.
As this file is used by `komorebic quickstart`, new users will have this incorrect key in their default configuration. Notably, setting its value to `0` to remove gaps has no effect. The rest of the documentation uses the correct key, so users copying and pasting from that would not encounter the bug.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/775
Author: @SVendittelli
Created: 4/22/2024
Status: ✅ Merged
Merged: 4/22/2024
Merged by: @LGUG2Z
Base:
master← Head:fix/border_padding-typo📝 Commits (1)
1b809dbfix(docs): correct typo in example config📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
docs/komorebi.example.json(+1 -1)📄 Description
The example configuration mistakenly used the key
border_paddingin the place ofborder_width. Asborder_paddingdoes not exist in the spec, modifying its value has no effect.As this file is used by
komorebic quickstart, new users will have this incorrect key in their default configuration. Notably, setting its value to0to remove gaps has no effect. The rest of the documentation uses the correct key, so users copying and pasting from that would not encounter the bug.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.