diff options
| author | kj-sh604 | 2024-11-29 15:11:08 -0500 |
|---|---|---|
| committer | kj-sh604 | 2024-11-29 15:11:08 -0500 |
| commit | 271f708305ba76573bb808af668701b8317e8c49 (patch) | |
| tree | 2d122e2570e1709c82394da06daab49e24b8c656 | |
| parent | f06689bce44c11f7c99daff997fca77d488d3fe2 (diff) | |
refactor: chromium-based browser flags
| -rw-r--r-- | .config/chromium-flags.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/chromium-flags.conf b/.config/chromium-flags.conf index 6e7cfe8..c48ffdc 100644 --- a/.config/chromium-flags.conf +++ b/.config/chromium-flags.conf @@ -1,4 +1,8 @@ +--disable-gpu-driver-bug-workarounds --disable-gpu-vsync --ignore-gpu-blocklist +--enable-gpu-rasterization --enable-zero-copy ---enable-features=VaapiVideoDecodeLinuxGL +--disable-features=UseOzonePlatform,UseChromeOSDirectVideoDecoder,UseSkiaRenderer +--enable-features=VaapiVideoEncoder,VaapiVideoDecoder,WebUIDarkMode,CanvasOopRasterization,VaapiVideoDecodeLinuxGL +--force-dark-mode |
