input state, find_container_in_direction

This commit is contained in:
taiyu 2015-08-19 20:22:15 -07:00
parent 470b4dfbae
commit 5ff0619ca1
10 changed files with 211 additions and 203 deletions

View file

@ -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);
}