aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/commands/focus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/focus.c b/sway/commands/focus.c
index 33d01405..14e90955 100644
--- a/sway/commands/focus.c
+++ b/sway/commands/focus.c
@@ -317,6 +317,7 @@ struct cmd_results *cmd_focus(int argc, char **argv) {
317 } 317 }
318 seat_set_focus_container(seat, container); 318 seat_set_focus_container(seat, container);
319 seat_consider_warp_to_focus(seat); 319 seat_consider_warp_to_focus(seat);
320 container_raise_floating(container);
320 return cmd_results_new(CMD_SUCCESS, NULL); 321 return cmd_results_new(CMD_SUCCESS, NULL);
321 } 322 }
322 323