mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-02-24 06:04:50 +01:00
This commit makes sure the border's width and offset is removed when you disable the borders. If you want to still have that size on your gaps when borders are disabled then you should add it to the `default_container_padding` or to the per-monitor or per-workspace `container_padding`.
16 lines
467 B
Markdown
16 lines
467 B
Markdown
# Remove Gaps
|
|
|
|
If you would like to remove all gaps by default, both between windows
|
|
themselves, and between the monitor edges and the windows, you can set the
|
|
following configuration options to `0` and `-1` in the `komorebi.json`
|
|
configuration file.
|
|
|
|
```json
|
|
{
|
|
"default_workspace_padding": 0,
|
|
"default_container_padding": -1,
|
|
}
|
|
```
|
|
|
|
[](https://www.youtube.com/watch?v=6QYLao953XE)
|