Created
August 8, 2020 07:08
-
-
Save dhanonethree/d8215c648938c3841ef04e77db03fbda to your computer and use it in GitHub Desktop.
open chrome in dark mode, especially its context menu in ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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