Last active
October 20, 2022 14:05
-
-
Save bademux/7ef9cd1085bb76e9ad26eb8fba2a8113 to your computer and use it in GitHub Desktop.
Enable hardware acceleration and dark mode for UngoogledChromium
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
~/.var/app/com.github.Eloston.UngoogledChromium/config/chromium-flags.conf << EOF | |
--enable-gpu-rasterization | |
--enable-oop-rasterization | |
--enable-gpu-compositing | |
--enable-accelerated-2d-canvas | |
--enable-zero-copy | |
--canvas-oop-rasterization | |
--enable-accelerated-video-decode | |
--enable-accelerated-video-encode | |
--enable-features=VaapiVideoDecoder,VaapiVideoEncoder,VaapiIgnoreDriverChecks | |
--enable-hardware-overlays | |
--enable-vulkan | |
--force-dark-mode | |
--enable-features=WebUIDarkMode | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment