diff options
author | Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> | 2017-12-26 23:05:46 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2017-12-28 13:37:01 +0900 |
commit | b4971d7d0605c87b9d2703adcb9929468bd49479 (patch) | |
tree | c9a2282a7e95c85dd5d70bb9c7a123f5ccaaaaae /package/hvac/runxdg.toml | |
parent | 216b7abd87aad5d41b9b8df609b04c878bb45af2 (diff) |
Fix runxdg.toml params exampleeel_5.1.0eel_5.0.3eel_5.0.2eel_5.0.1eel_5.0.0eel/5.1.0eel/5.0.3eel/5.0.2eel/5.0.1eel/5.0.05.1.05.0.35.0.25.0.15.0.0eel
Change-Id: I5fb46b291a326b315f2c3c1214da2ee48874e6fe
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'package/hvac/runxdg.toml')
-rw-r--r-- | package/hvac/runxdg.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hvac/runxdg.toml b/package/hvac/runxdg.toml index 243db32..48a0ee3 100644 --- a/package/hvac/runxdg.toml +++ b/package/hvac/runxdg.toml @@ -11,12 +11,12 @@ method = "POSIX" # path = "/usr/bin/chromium" path = "/usr/bin/weston-simple-egl" -# params: arguments of the excecutable +# params: arguments of the excecutable # e.g. # params = [ # "--mus", # "--no-sandbox", -# '--window-size="1080,1488"', +# "--window-size=1080,1488", # "--ozone-platform=wayland", # "<URL>" # ] |