mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-02-23 05:34:53 +01:00
18 lines
528 B
Markdown
18 lines
528 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 two configuration options to `0` in the `komorebi.json` configuration
|
|
file.
|
|
|
|
```json
|
|
{
|
|
"default_workspace_padding": 0,
|
|
"default_container_padding": 0
|
|
}
|
|
```
|
|
|
|
A restart of `komorebi` is required after changing these settings.
|
|
|
|
[](https://www.youtube.com/watch?v=6QYLao953XE)
|