Skip to content

Commit

Permalink
fix(docs): correct typo in example config
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SVendittelli authored and LGUG2Z committed Apr 22, 2024
1 parent b8b3b3d commit 740cb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/komorebi.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"cross_monitor_move_behaviour": "Insert",
"default_workspace_padding": 20,
"default_container_padding": 20,
"border_padding": 8,
"border_width": 8,
"border_offset": -1,
"active_window_border": false,
"active_window_border_colours": {
Expand Down

0 comments on commit 740cb3c

Please sign in to comment.