mirror of
https://github.com/swaywm/sway.git
synced 2026-04-28 06:46:26 -04:00
almost working
This commit is contained in:
parent
095353d91d
commit
05366ddf53
5 changed files with 26 additions and 1 deletions
|
|
@ -202,6 +202,8 @@ void bar_run(struct bar *bar) {
|
|||
render(output, bar->config, bar->status);
|
||||
window_render(output->window);
|
||||
wl_display_flush(output->registry->display);
|
||||
sway_log(L_DEBUG, "sending arrange command");
|
||||
ipc_send_arrange_command();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue