diff options
| author | Blista Kanjo | 2021-10-17 13:36:08 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2021-10-17 13:36:08 -0400 |
| commit | 8da0cd87e0b72ec483b0d5e3e74b4411a0b376a9 (patch) | |
| tree | ed3b7d13f022945624bf4229c82a854722254d9c | |
| parent | 1a082de3d3a89c0ddb07fd8967a8c74a6531ad3b (diff) | |
new chromium-based browser arguments
| -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 |
