Skip to content

Commit

Permalink
v6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Knight committed Nov 30, 2018
1 parent fc823eb commit 4041d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -11271,7 +11271,7 @@ _EOF_
RES_X=\$(grep -m1 '^[[:blank:]]*SOFTWARE_CHROMIUM_RES_X=' /DietPi/dietpi.txt | sed 's/^[^=]*=//')
RES_Y=\$(grep -m1 '^[[:blank:]]*SOFTWARE_CHROMIUM_RES_Y=' /DietPi/dietpi.txt | sed 's/^[^=]*=//')
CHROMIUM_OPTS='--kiosk --test-type --window-size=\$RES_X,\$RES_Y --start-fullscreen'
CHROMIUM_OPTS="--kiosk --test-type --window-size=\$RES_X,\$RES_Y --start-fullscreen --start-maximized --window-position=0,0"
# - If you want tablet mode, uncomment the next line.
#CHROMIUM_OPTS+=' --force-tablet-mode --tablet-ui'
Expand Down

0 comments on commit 4041d43

Please sign in to comment.