mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-15 22:13:22 +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`.
467 B
467 B
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.
{
"default_workspace_padding": 0,
"default_container_padding": -1,
}
