mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Send frame done to floating views
Also centers them on the screen when initially floated In the future we'll need a more sophisticated solution than that
This commit is contained in:
parent
71db8de4be
commit
1132efe42e
4 changed files with 13 additions and 5 deletions
|
|
@ -22,8 +22,6 @@ static const char *layout_to_str(enum sway_container_layout layout) {
|
|||
return "L_STACKED";
|
||||
case L_TABBED:
|
||||
return "L_TABBED";
|
||||
case L_FLOATING:
|
||||
return "L_FLOATING";
|
||||
case L_NONE:
|
||||
default:
|
||||
return "L_NONE";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue