mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 13:04:11 +01:00
Fix typo
This commit is contained in:
parent
633bee9019
commit
e13c94f2dd
@ -315,7 +315,7 @@ static void move_out_of_tabs_stacks(struct sway_container *container,
|
|||||||
if (container->parent == current->parent
|
if (container->parent == current->parent
|
||||||
&& current->parent->children->length == 1) {
|
&& current->parent->children->length == 1) {
|
||||||
wlr_log(L_DEBUG, "Changing layout of %zd", current->parent->id);
|
wlr_log(L_DEBUG, "Changing layout of %zd", current->parent->id);
|
||||||
current->parent->layout = move_dir =
|
current->parent->layout = move_dir ==
|
||||||
MOVE_LEFT || move_dir == MOVE_RIGHT ? L_HORIZ : L_VERT;
|
MOVE_LEFT || move_dir == MOVE_RIGHT ? L_HORIZ : L_VERT;
|
||||||
if (current->parent->type == C_WORKSPACE) {
|
if (current->parent->type == C_WORKSPACE) {
|
||||||
arrange_workspace(current->parent);
|
arrange_workspace(current->parent);
|
||||||
|
Loading…
Reference in New Issue
Block a user