Use con_focus instead of con_activate for workspace

This commit is contained in:
Orestis Floros 2018-08-17 06:45:25 +03:00
parent ba29290123
commit 789a09a6e7
No known key found for this signature in database
GPG Key ID: E9AD9F32E401E38F
1 changed files with 1 additions and 1 deletions

View File

@ -517,7 +517,7 @@ void init_ws_for_output(Output *output, Con *content) {
Con *ws = create_workspace_on_output(output, content);
/* TODO: Set focus in main.c */
con_activate(ws);
con_focus(ws);
}
/*