From 8da0cd87e0b72ec483b0d5e3e74b4411a0b376a9 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sun, 17 Oct 2021 13:36:08 -0400 Subject: new chromium-based browser arguments --- brave-flags.conf | 3 ++- chrome-flags.conf | 3 ++- chromium-flags.conf | 3 ++- google-chrome-flags.conf | 9 +++++++++ google-chrome-stable-flags.conf | 9 +++++++++ 5 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 google-chrome-flags.conf create mode 100644 google-chrome-stable-flags.conf diff --git a/brave-flags.conf b/brave-flags.conf index bd005d6..3373cc0 100644 --- a/brave-flags.conf +++ b/brave-flags.conf @@ -4,5 +4,6 @@ --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy ---enable-features=VaapiVideoDecoder +--enable-features=VaapiVideoDecoder,WebUIDarkMode --disable-features=UseOzonePlatform +--force-dark-mode diff --git a/chrome-flags.conf b/chrome-flags.conf index bd005d6..3373cc0 100644 --- a/chrome-flags.conf +++ b/chrome-flags.conf @@ -4,5 +4,6 @@ --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy ---enable-features=VaapiVideoDecoder +--enable-features=VaapiVideoDecoder,WebUIDarkMode --disable-features=UseOzonePlatform +--force-dark-mode diff --git a/chromium-flags.conf b/chromium-flags.conf index bd005d6..3373cc0 100644 --- a/chromium-flags.conf +++ b/chromium-flags.conf @@ -4,5 +4,6 @@ --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy ---enable-features=VaapiVideoDecoder +--enable-features=VaapiVideoDecoder,WebUIDarkMode --disable-features=UseOzonePlatform +--force-dark-mode diff --git a/google-chrome-flags.conf b/google-chrome-flags.conf new file mode 100644 index 0000000..3373cc0 --- /dev/null +++ b/google-chrome-flags.conf @@ -0,0 +1,9 @@ +--force-device-scale-factor=1 +--disable-gpu-driver-bug-workarounds +--use-gl=desktop +--ignore-gpu-blocklist +--enable-gpu-rasterization +--enable-zero-copy +--enable-features=VaapiVideoDecoder,WebUIDarkMode +--disable-features=UseOzonePlatform +--force-dark-mode diff --git a/google-chrome-stable-flags.conf b/google-chrome-stable-flags.conf new file mode 100644 index 0000000..3373cc0 --- /dev/null +++ b/google-chrome-stable-flags.conf @@ -0,0 +1,9 @@ +--force-device-scale-factor=1 +--disable-gpu-driver-bug-workarounds +--use-gl=desktop +--ignore-gpu-blocklist +--enable-gpu-rasterization +--enable-zero-copy +--enable-features=VaapiVideoDecoder,WebUIDarkMode +--disable-features=UseOzonePlatform +--force-dark-mode -- cgit v1.2.3