aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
authortaiyu <taiyu.len@gmail.com>2015-08-19 20:22:15 -0700
committertaiyu <taiyu.len@gmail.com>2015-08-19 20:22:15 -0700
commit5ff0619ca1cab044004df044c253c9170b8316c3 (patch)
tree7872a66e494acb90dd08ffc76665557b0e0ca874 /sway/commands.c
parent470b4dfbae146d83c0061b39534c16b5aad90f1c (diff)
input state, find_container_in_direction
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) {
}
// Refocus on the view once its been put back into the layout
arrange_windows(active_workspace, -1, -1);
- return true;
}
set_focused_container(view);
}