Skip to content

Instantly share code, notes, and snippets.

@A2L5E0X1
Created February 18, 2022 10:56
Show Gist options
  • Save A2L5E0X1/433064261a85c886d8f15cefb1117f15 to your computer and use it in GitHub Desktop.
Save A2L5E0X1/433064261a85c886d8f15cefb1117f15 to your computer and use it in GitHub Desktop.
My chromium default flags

My Chromium Flags

Arch Linux

~/.config/chromium-flags.conf:

--oauth2-client-id=77185425430.apps.googleusercontent.com
--oauth2-client-secret=OTJgUOQcT7lO7GsGZq2G4IlT
--use-gl=egl
--force-dark-mode
--enable-features=WebUIDarkMode,VaapiVideoDecoder,VaapiVideoEncoder

Windows

Run in admin cmd:

setx GOOGLE_API_KEY AIzaSyCkfPOPZXDKNn8hhgu3JrA62wIgC93d44k
setx GOOGLE_DEFAULT_CLIENT_ID 77185425430.apps.googleusercontent.com
setx GOOGLE_DEFAULT_CLIENT_SECRET OTJgUOQcT7lO7GsGZq2G4IlT

Debian

/etc/chromium.d/apikeys:

# API keys assigned to Debian by Google for access to their services like sync and gmail.

export GOOGLE_API_KEY="AIzaSyCkfPOPZXDKNn8hhgu3JrA62wIgC93d44k"
export GOOGLE_DEFAULT_CLIENT_ID="77185425430.apps.googleusercontent.com"
export GOOGLE_DEFAULT_CLIENT_SECRET="OTJgUOQcT7lO7GsGZq2G4IlT"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment