Merge pull request #1690 from swaywm/i3bar-json

I3bar json
This commit is contained in:
Drew DeVault 2018-04-02 14:23:01 -04:00 committed by GitHub
commit 4134407fa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 546 additions and 40 deletions

View file

@ -274,8 +274,8 @@ void arrange_windows(struct sway_container *container,
struct wlr_box *area = &output->sway_output->usable_area;
wlr_log(L_DEBUG, "Usable area for ws: %dx%d@%d,%d",
area->width, area->height, area->x, area->y);
container->width = area->width;
container->height = area->height;
container->width = width = area->width;
container->height = height = area->height;
container->x = x = area->x;
container->y = y = area->y;
wlr_log(L_DEBUG, "Arranging workspace '%s' at %f, %f",