diff options
| -rw-r--r-- | brave-flags.conf | 3 | ||||
| -rw-r--r-- | chrome-flags.conf | 3 | ||||
| -rw-r--r-- | chromium-flags.conf | 3 | ||||
| -rw-r--r-- | google-chrome-flags.conf | 9 | ||||
| -rw-r--r-- | google-chrome-stable-flags.conf | 9 |
5 files changed, 24 insertions, 3 deletions
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 |
