mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-02-21 04:37:41 +01:00
20 lines
577 B
Markdown
20 lines
577 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": 0,
|
|
"border_width": 0,
|
|
"border_offset": -1
|
|
}
|
|
```
|
|
|
|
A restart of `komorebi` is required after changing these settings.
|
|
|
|
[](https://www.youtube.com/watch?v=6QYLao953XE)
|