12 lines
360 B
Plaintext
12 lines
360 B
Plaintext
# Default settings for chromium-browser. This file is sourced by /bin/sh from
|
|
# /usr/bin/chromium-browser
|
|
|
|
# Options to pass to chromium-browser
|
|
CHROMIUM_FLAGS="\
|
|
--disable-smooth-scrolling \
|
|
--disable-low-res-tiling \
|
|
--enable-low-end-device-mode \
|
|
--num-raster-threads=4 \
|
|
--profiler-timing=0 \
|
|
--disable-composited-antialiasing \
|
|
--disk-cache-size=300000000 |