diff --git a/sway/commands/focus.c b/sway/commands/focus.c index ceb43d455..9875f631e 100644 --- a/sway/commands/focus.c +++ b/sway/commands/focus.c @@ -54,7 +54,7 @@ static bool get_direction_from_next_prev(struct sway_container *container, } else { return false; } - + return true; }