mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Fix ordering of ipc
This commit is contained in:
parent
0017ad48c5
commit
4482bb495c
1 changed files with 2 additions and 2 deletions
|
|
@ -511,6 +511,8 @@ main(int argc, char *argv[]) {
|
|||
wlr_xwayland_set_seat(xwayland, server.seat->seat);
|
||||
#endif
|
||||
|
||||
ipc_init(&server);
|
||||
|
||||
{ // config_file should only be visible as long as it is valid
|
||||
char *config_file = get_config_file();
|
||||
if(config_file == NULL) {
|
||||
|
|
@ -533,8 +535,6 @@ main(int argc, char *argv[]) {
|
|||
}
|
||||
}
|
||||
|
||||
ipc_init(&server);
|
||||
|
||||
/* Place the cursor to the top left of the output layout. */
|
||||
wlr_cursor_warp(server.seat->cursor, NULL, 0, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue