Skip to content

Instantly share code, notes, and snippets.

@bademux
Last active October 20, 2022 14:05
Show Gist options
  • Save bademux/7ef9cd1085bb76e9ad26eb8fba2a8113 to your computer and use it in GitHub Desktop.
Save bademux/7ef9cd1085bb76e9ad26eb8fba2a8113 to your computer and use it in GitHub Desktop.
Enable hardware acceleration and dark mode for UngoogledChromium
~/.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