mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-19 23:31:25 +02:00
docs(mkdocs): add common workflows section
This commit is contained in:
17
docs/common-workflows/remove-gaps.md
Normal file
17
docs/common-workflows/remove-gaps.md
Normal 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 -->
|
||||
|
||||
[](https://www.youtube.com/watch?v=eGr07mymgWE)
|
||||
Reference in New Issue
Block a user