ADD brave with my special flags

This commit is contained in:
Nathan Dwarshuis 2021-03-15 22:53:17 -04:00
parent d61656918c
commit 9fe1c20457
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#! /bin/bash
# call the brave browser with some nice flags
brave --process-per-site \
--disk-cache-dir="/tmp/brave-cache" \
--use-gl=desktop \
--enable-accelerated-video-decode \
--enable-gpu-rasterization \
--enable-zero-copy \
--enable-oop-rasterization \
--enable-features=VaapiVideoDecoder,WebUIDarkMode \
--force-dark-mode