ENH rename brave and add a few more flags

This commit is contained in:
Nathan Dwarshuis 2022-09-04 15:07:22 -04:00
parent 3434b46c2b
commit 26fb2f4aba
1 changed files with 5 additions and 3 deletions

View File

@ -2,14 +2,16 @@
# call the brave browser with some nice flags # call the brave browser with some nice flags
brave --process-per-site \ /usr/bin/brave --process-per-site \
--disk-cache-dir="/tmp/brave-cache" \ --disk-cache-dir="/tmp/brave-cache" \
--use-gl=desktop \ --use-gl=desktop \
--enable-accelerated-video-decode \ --enable-accelerated-video-decode \
--enable-gpu-compositing \
--enable-gpu-rasterization \ --enable-gpu-rasterization \
--enable-zero-copy \
--enable-oop-rasterization \ --enable-oop-rasterization \
--enable-features=VaapiVideoDecoder,WebUIDarkMode \ --enable-zero-copy \
--enable-raw-draw \
--enable-features=VaapiVideoDecoder,VaapiVideoDecoder,CanvasOopRasterization,WebUIDarkMode \
--force-dark-mode \ --force-dark-mode \
--use-vulkan \ --use-vulkan \
"$@" "$@"