We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e86de commit 196d19cCopy full SHA for 196d19c
README.md
@@ -208,7 +208,9 @@ chromium-browser --noerrdialogs --disable-infobars --kiosk 'http://127.0.0.1:500
208
209
For the 3840x1100 screen, you can increase the zoom level of chromium using --force-device-scale-factor=1.5 on the command line.
210
211
-If the web page checks for the dark mode system setting, the --force-dark-mode can be added to the command line.
+If the web page checks for the dark mode system setting, --force-dark-mode can be added to the command line.
212
+
213
+To disable the cache mechanism, --disk-cache-dir=/dev/null can be added to the command line.
214
215
Some chromium performance related flags can be found here :
216
0 commit comments