Skip to content

Commit c951eff

Browse files
committed
Add default chromium configuration
1 parent 1733734 commit c951eff

File tree

1 file changed

+12
-0
lines changed
  • package/root/etc/chromium-browser

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)