mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
7 lines
345 B
Bash
7 lines
345 B
Bash
#!/bin/bash
|
|
|
|
# Copyright (c) 2022 Alex313031
|
|
|
|
export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME
|
|
|
|
./chrome --user-data-dir=./.config/thorium --no-default-browser-check --allow-outdated-plugins --disable-logging --disable-breakpad --show-component-extension-options --autoplay-policy=user-gesture-required --enable-features=VaapiVideoDecoder
|