mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
Improve move command with tabbed/stacked layout
This commit is contained in:
parent
d26658fb35
commit
a0cebb7c5a
2 changed files with 9 additions and 4 deletions
|
|
@ -38,6 +38,7 @@ static void container_log(const swayc_t *c, int depth) {
|
|||
c->layout == L_HORIZ ? "Horiz":
|
||||
c->layout == L_VERT ? "Vert":
|
||||
c->layout == L_STACKED ? "Stack":
|
||||
c->layout == L_TABBED ? "Tab":
|
||||
c->layout == L_FLOATING ? "Float":
|
||||
"Unknown");
|
||||
fprintf(stderr, "w:%4.f|h:%4.f|", c->width, c->height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue