mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #775] [MERGED] fix(docs): correct typo in example config #1096
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/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.