summaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 66c05a0c..c4cf96a2 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -243,7 +243,6 @@ static bool cmd_floating(struct sway_config *config, int argc, char **argv) {
243 } 243 }
244 // Refocus on the view once its been put back into the layout 244 // Refocus on the view once its been put back into the layout
245 arrange_windows(active_workspace, -1, -1); 245 arrange_windows(active_workspace, -1, -1);
246 return true;
247 } 246 }
248 set_focused_container(view); 247 set_focused_container(view);
249 } 248 }