From 6549b1087628a405a1e4cb1f81562a830515a5b5 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 29 Mar 2021 23:44:07 +0200 Subject: Added more GUI stuff --- apps/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/init.c') diff --git a/apps/init.c b/apps/init.c index f1fcdf6..4ad63f2 100644 --- a/apps/init.c +++ b/apps/init.c @@ -10,7 +10,7 @@ int main(int argc, char **argv) UNUSED(argv); assert(exec("/bin/wm", "wm", NULL) == 0); - assert(exec("/bin/window", "test", NULL) == 0); + assert(exec("/bin/chess", "chess", NULL) == 0); return 0; } -- cgit v1.2.3