mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-18 22:13:31 +01:00
Compare commits
1 Commits
dependabot
...
feature/dr
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f5fead85e |
@@ -480,6 +480,9 @@ impl Workspace {
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
// make sure we are never holding on to empty containers
|
||||
self.containers_mut().retain(|c| !c.windows().is_empty());
|
||||
|
||||
let container_padding = self
|
||||
.container_padding()
|
||||
.or(self.globals().container_padding)
|
||||
|
||||
Reference in New Issue
Block a user