mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 22:12:53 +01:00
fix(wm): remove border width/offset when disabled
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`.
This commit is contained in:
@@ -8,12 +8,8 @@ configuration file.
|
||||
```json
|
||||
{
|
||||
"default_workspace_padding": 0,
|
||||
"default_container_padding": 0,
|
||||
"border_width": 0,
|
||||
"border_offset": -1
|
||||
"default_container_padding": -1,
|
||||
}
|
||||
```
|
||||
|
||||
A restart of `komorebi` is required after changing these settings.
|
||||
|
||||
[](https://www.youtube.com/watch?v=6QYLao953XE)
|
||||
|
||||
Reference in New Issue
Block a user