docs(mkdocs): add common workflows section

This commit is contained in:
LGUG2Z
2024-02-11 17:45:12 -08:00
parent 9a6f831d51
commit 2e0c7430ef
13 changed files with 379 additions and 574 deletions
+17
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)