diff options
author | Marvin Borner | 2021-02-17 22:13:59 +0100 |
---|---|---|
committer | Marvin Borner | 2021-02-18 18:03:43 +0100 |
commit | e28ea65105c4afd3a3dea7d050b392565d15120d (patch) | |
tree | f3c1eaf8c4da5d71893355db1779d73d98f68d2f /apps/init.c | |
parent | b32cb0a22db893c106cb86ca0f1178d5da05b551 (diff) |
Started GUI rewrite
It's a mess right now..
Diffstat (limited to 'apps/init.c')
-rw-r--r-- | apps/init.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |