You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
598 B
19 lines
598 B
# Default settings for chromium-ungoogled.
|
|
# This file is sourced by /usr/bin/chromium-ungoogled
|
|
# See: https://github.com/ungoogled-software/ungoogled-chromium/blob/master/docs/flags.md
|
|
|
|
# Options to pass to chromium-ungoogled:
|
|
|
|
CHROMIUM_ONLY_FLAGS="\
|
|
--force-dark-mode \
|
|
--ignore-gpu-blocklist \
|
|
--enable-gpu-rasterization \
|
|
--enable-zero-copy"
|
|
|
|
CHROMIUM_UNGOOGLED_FLAGS="$CHROMIUM_ONLY_FLAGS \
|
|
--disable-search-engine-collection \
|
|
--show-avatar-button=incognito-and-guest \
|
|
--disable-sharing-hub \
|
|
--hide-sidepanel-button \
|
|
--bookmark-bar-ntp=never \
|
|
--remove-grab-handle"
|
|
|