diff options
author | taiyu <taiyu.len@gmail.com> | 2015-08-19 20:22:15 -0700 |
---|---|---|
committer | taiyu <taiyu.len@gmail.com> | 2015-08-19 20:22:15 -0700 |
commit | 5ff0619ca1cab044004df044c253c9170b8316c3 (patch) | |
tree | 7872a66e494acb90dd08ffc76665557b0e0ca874 /sway/commands.c | |
parent | 470b4dfbae146d83c0061b39534c16b5aad90f1c (diff) |
input state, find_container_in_direction
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 1 |
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); } |