wm.run: use initial_width/height for nit_fb

This commit is a follow-up to "nit_fb: allow screen-relative
initial_width/height". With it, the nit_fb window created via the
launchpad can be interactively resized.
This commit is contained in:
Norman Feske 2018-06-25 11:12:00 +02:00
parent 41fdb1d369
commit 1b993714c5

View File

@ -86,7 +86,7 @@ install_config {
<resource name="RAM" quantum="20M"/>
<config>
<launcher name="nit_fb" ram_quota="7M" caps="100">
<config width="500" height="400" />
<config initial_width="500" initial_height="400" />
</launcher>
<launcher name="nitpicker" ram_quota="1M" caps="100">
<config>