Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save dhanonethree/d8215c648938c3841ef04e77db03fbda to your computer and use it in GitHub Desktop.

Select an option

Save dhanonethree/d8215c648938c3841ef04e77db03fbda to your computer and use it in GitHub Desktop.
open chrome in dark mode, especially its context menu in ubuntu
google-chrome-stable --enable-features=WebUIDarkMode --force-dark-mode
To run with gpu use below cmd:
DRI_PRIME=1 google-chrome-stable --enable-features=WebUIDarkMode --force-dark-mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment