From 0f3a507691dab9b4c4b961e2537144a4eb6463e3 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Fri, 6 Apr 2018 09:29:46 +0200 Subject: [PATCH] wm.run: fix quotas, adapt to new focus handling --- repos/gems/run/wm.run | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/repos/gems/run/wm.run b/repos/gems/run/wm.run index 406de95a31..350d2cd322 100644 --- a/repos/gems/run/wm.run +++ b/repos/gems/run/wm.run @@ -53,9 +53,9 @@ install_config { - + - + @@ -71,7 +71,7 @@ install_config { - + @@ -81,19 +81,20 @@ install_config { - + - + - + - + - + @@ -140,7 +141,15 @@ install_config { } -build_boot_image { } +# +# Pin the nitpicker focus to the window manager by providing a static focus ROM +# +set fd [open [run_dir]/genode/focus w] +puts $fd " wm -> \"/>" +close $fd +build { server/nitpicker server/wm test/nitpicker } + +build_boot_image { nitpicker wm testnit } run_genode_until forever