|
|
@ -365,7 +365,7 @@ struct cmd_results *cmd_focus(int argc, char **argv) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (argc == 0 && container) {
|
|
|
|
if (argc == 0 && container) {
|
|
|
|
if (container_is_scratchpad_hidden(container)) {
|
|
|
|
if (container_is_scratchpad_hidden_or_child(container)) {
|
|
|
|
root_scratchpad_show(container);
|
|
|
|
root_scratchpad_show(container);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
seat_set_focus_container(seat, container);
|
|
|
|
seat_set_focus_container(seat, container);
|
|
|
|