dotfiles/.bin/chrome

62 lines
1.9 KiB
Plaintext
Raw Normal View History

#!/bin/sh
#/usr/local/bin/ungoogled-chromium \
#export DBUS_SESSION_BUS_ADDRESS="unix:path=/dev/null"
/usr/local/bin/chrome \
--no-first-run \
--disable-crash-reporter \
--disable-logging \
--disable-login-animations \
--disable-notifications \
--disable-infobars \
--disable-dev-shm-usage \
--log-level=0 \
--hide-crash-restore-bubble \
--no-default-browser-check \
--high-dpi-support=1 \
--force-device-scale-factor=1.5 \
--new-window "$@"
# --bwsi \
# --disable-auto-reload \
# --disable-breakpad \
# --disable-client-side-phishing-detection \
# --disable-component-cloud-policy \
# --disable-component-update \
# --disable-crash-reporter \
# --disable-device-discovery-notifications \
# --disable-logging \
# --disable-login-animations \
# --disable-notifications \
# --disable-pinch \
# --disable-software-rasterizer \
# --disable-chrome-browser-cloud-management \
# --disable-field-trial-config \
# --disable-cookie-encryption \
# --disable-cloud-print-proxy \
# --dbus-stub \
# --cros-disks-fake \
# --disable-stack-profiler \
# --disable-touch-drag-drop \
# --disable-usb-keyboard-detect \
# --disable-default-apps \
# --disable-histogram-customizer \
# --disable-in-process-stack-traces \
# --no-service-autorun \
# --no-experiments \
# --use-gl=egl \
# --force-dark-mode \
# --enable-features=WebUIDarkMode \
# --hide-crash-restore-bubble \
# --no-default-browser-check \
# --no-proxy-server \
# --no-recovery-component \
# --password-store=basic \
# --structured-metrics-disabled \
# --wm-window-animations-disabled \
# #--enable-features=RunVideoCaptureServiceInBrowserProcess,WebUIDarkMode \
# #--use-gl=egl \
# --disable-yuv-image-decoding \
# --use-gl=desktop \
# --high-dpi-support=1 \
# --force-device-scale-factor=1.5 \