Set Xwayland seat on focus

Necessary to make primary selection syncronize
This commit is contained in:
Drew DeVault 2018-03-31 09:29:34 -04:00
parent ae0552606b
commit 5c08e13e50
2 changed files with 7 additions and 2 deletions

View file

@ -110,7 +110,6 @@ bool server_init(struct sway_server *server) {
}
input_manager = sway_input_manager_create(server);
return true;
}