aboutsummaryrefslogtreecommitdiff
path: root/apps/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/init.c')
-rw-r--r--apps/init.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/init.c b/apps/init.c
index 705f178..f854a81 100644
--- a/apps/init.c
+++ b/apps/init.c
@@ -10,11 +10,9 @@ int main(int argc, char **argv)
{
UNUSED(argc);
UNUSED(argv);
- while (1) {
- };
int wm = exec("/bin/wm", "wm", NULL);
- int test = exec("/bin/window", "test", NULL);
+ /* int test = exec("/bin/window", "test", NULL); */
- return wm + test;
+ return wm; //+ test;
}