From ed3256619af0edd2c5b643223e9d01fa699484e3 Mon Sep 17 00:00:00 2001 From: Adam Schubert Date: Mon, 16 Oct 2023 20:12:42 +0200 Subject: [PATCH] chore(doc): Update doc --- .docs/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.docs/README.md b/.docs/README.md index aabdc3f..63de121 100644 --- a/.docs/README.md +++ b/.docs/README.md @@ -155,6 +155,7 @@ NAV_BAR: VERTICAL_POSITION: 'bottom' # Vertical position on the screen WIDTH: 100 # Width of a bar in % HEIGHT: 5 # Height of a bar in % + UNDERLAY: false # true to display navbar under the web view VIRTUAL_KEYBOARD: ENABLED: false @@ -181,6 +182,11 @@ DISPLAY_ROTATION: 'normal' # normal|left|right|inverted # - notifications # Allows notifications to be accepted from website #REMOTE_DEBUGGING: # Set to port number to enable available only when using qiosk browser + +# EXTRA_ENV_VARS: # Extra env vars set to the kiosk session +# VAR_NAME: VAR_VALUE + +# PROFILE_NAME: 'default' # Name of profile to use, default for default off-the-record profile ``` # Tips and tricks