From e28ea65105c4afd3a3dea7d050b392565d15120d Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 17 Feb 2021 22:13:59 +0100 Subject: Started GUI rewrite It's a mess right now.. --- apps/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/init.c') diff --git a/apps/init.c b/apps/init.c index bb9a556..08f2d80 100644 --- a/apps/init.c +++ b/apps/init.c @@ -12,7 +12,7 @@ int main(int argc, char **argv) log("%s loaded\n", argv[0]); int wm = exec("/bin/wm", "wm", argv[1], NULL); - int exec = exec("/bin/exec", "test", NULL); + /* int exec = exec("/bin/exec", "test", NULL); */ - return wm + exec; + return wm; //+ exec; } -- cgit v1.2.3