diff --git a/configuration.sh b/configuration.sh index 43cfa12..d22e24c 100644 --- a/configuration.sh +++ b/configuration.sh @@ -18,6 +18,7 @@ MEMO_PREFIX="beerTap" # ---------------------------------------------- # most likely you don't need to change anything here # ---------------------------------------------- +CHROME_ZOOM="1.0" BRIDGE_JAVA_OPTS="-Xms128M -Xmx128M -jar" BRIDGE_JARFILE="websocket-bridge-0.0.1-SNAPSHOT.jar" BRIDGE_JARPATH="websocket_bridge/build/libs/" diff --git a/dashboard/dashboard.sh b/dashboard/dashboard.sh index 07930f9..0d086fa 100755 --- a/dashboard/dashboard.sh +++ b/dashboard/dashboard.sh @@ -4,7 +4,7 @@ DIR="$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)" source $DIR/../configuration.sh # Arguments -KIOSK_ARGS="--kiosk --disable-translate --incognito --app=${FRONTEND_URL}" +KIOSK_ARGS="--kiosk --disable-translate --incognito --app=${FRONTEND_URL} --force-device-scale-factor=${CHROME_ZOOM}" # Don't sleep, don't blank, waste energy! DISPLAY=:0 xset s off