mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 16:25:39 +02:00
bar/xcb: ignore non-zero border margins
This commit is contained in:
parent
0ab772f869
commit
28d39f3aec
3 changed files with 14 additions and 5 deletions
|
@ -656,6 +656,7 @@ setup(struct bar *_bar)
|
|||
return false;
|
||||
}
|
||||
|
||||
assert(backend->width <= backend->monitor->width_px);
|
||||
bar->width = backend->width;
|
||||
|
||||
if (pipe(backend->pipe_fds) == -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue