ADD brave with my special flags
This commit is contained in:
parent
d61656918c
commit
9fe1c20457
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue