We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1733734 commit c951effCopy full SHA for c951eff
package/root/etc/chromium-browser/default
@@ -0,0 +1,12 @@
1
+# Default settings for chromium-browser. This file is sourced by /bin/sh from
2
+# /usr/bin/chromium-browser
3
+
4
+# Options to pass to chromium-browser
5
+CHROMIUM_FLAGS="\
6
+--disable-smooth-scrolling \
7
+--disable-low-res-tiling \
8
+--enable-low-end-device-mode \
9
+--num-raster-threads=4 \
10
+--profiler-timing=0 \
11
+--disable-composited-antialiasing \
12
+"
0 commit comments