diff options
Diffstat (limited to 'recipes-demo/flutter-ics-homescreen/files/ics-homescreen.toml')
-rw-r--r-- | recipes-demo/flutter-ics-homescreen/files/ics-homescreen.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.toml b/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.toml new file mode 100644 index 000000000..e5cb7f999 --- /dev/null +++ b/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.toml @@ -0,0 +1,11 @@ +[view] +window_type = "BG" +width = 1080 +height = 1920 +fullscreen = true + +[window_activation_area] +x = 0 +y = 56 +width = 1080 +height = 1712 |