From 0ff95a565280241a4b9cc03840d8756180860b25 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 13 Sep 2020 12:10:45 +0200 Subject: Maaany wm features --- 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 ba6f93e..192224b 100644 --- a/apps/init.c +++ b/apps/init.c @@ -10,8 +10,8 @@ int main(int argc, char **argv) printf("[%s loaded]\n", argv[0]); int wm = exec("/wm", "wm", argv[1], NULL); - /* int test = exec("/window", "test", NULL); */ + int test = exec("/window", "test", NULL); int mandelbrot = exec("/mandelbrot", "mandelbrot", NULL); - return wm + mandelbrot; + return wm + mandelbrot + test; } -- cgit v1.2.3