mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
7 lines
347 B
Bash
7 lines
347 B
Bash
#!/bin/bash
|
|
|
|
# Copyright (c) 2022 Alex313031
|
|
|
|
export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME
|
|
|
|
./thorium --user-data-dir=$(pwd)/.config/thorium --no-default-browser-check --use-gl=desktop --enable-experimental-web-platform-features --new-canvas-2d-api --autoplay-policy=user-gesture-required --enable-features=PageInfoAboutThisSiteMoreInfo
|