mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
working xcursor
This commit is contained in:
parent
7c67bea942
commit
9333a7eb53
4 changed files with 24 additions and 12 deletions
|
|
@ -381,11 +381,12 @@ int main(int argc, char **argv) {
|
|||
|
||||
sway_log(L_INFO, "Starting sway version " SWAY_VERSION "\n");
|
||||
|
||||
init_layout();
|
||||
|
||||
if (!server_init(&server)) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
init_layout();
|
||||
ipc_init(&server);
|
||||
log_env();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue