Chromium configuration - guysoft/FullPageOS GitHub Wiki
It is possible to configure the chromium browser using command line option. to edit the list of options just edit the file
/etc/chromium.d/00-rpi-vars
using your favorite editor
here is a list of common flags:
flag(s) | effect |
---|---|
--disk-cache-dir=/dev/null --disk-cache-size=1 | disable cache completely |
--enable-features=OverlayScrollbar | hide fixed scrollbars |
--force-device-scale-factor=2 | scale content, used for HiDPI displays (4k) |