dotfiles/.files/brave-bins/workstation

14 lines
353 B
Plaintext
Raw Permalink Normal View History

2024-03-06 15:59:48 -05:00
#! /bin/bash
# call the brave browser with some nice flags
/usr/bin/brave --process-per-site \
--disk-cache-dir="/tmp/brave-cache" \
--use-gl=angle \
--use-angle=gl \
--enable-features=VaapiVideoEncoder,VaapiVideoDecoder,CanvasOopRasterization,WebUIDarkMode,RawDraw \
--force-dark-mode \
--use-vulkan \
"$@"