docs(mkdocs): add common workflows section

This commit is contained in:
LGUG2Z
2024-02-11 17:45:12 -08:00
committed by جاد
parent 731a4465f1
commit 0c75ec37d0
13 changed files with 379 additions and 574 deletions

View File

@@ -0,0 +1,17 @@
# 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
}
```
<!-- TODO: Record a new video -->
[![Watch the tutorial video](https://img.youtube.com/vi/eGr07mymgWE/hqdefault.jpg)](https://www.youtube.com/watch?v=eGr07mymgWE)