brave: disable Vulkan, add Humble new tab page
This commit is contained in:
parent
3ab2613290
commit
574c0d2db1
1 changed files with 3 additions and 3 deletions
|
@ -9,15 +9,13 @@
|
||||||
# https://peter.sh/experiments/chromium-command-line-switches/
|
# https://peter.sh/experiments/chromium-command-line-switches/
|
||||||
flags = concatStringsSep " " [
|
flags = concatStringsSep " " [
|
||||||
"--no-first-run"
|
"--no-first-run"
|
||||||
"--use-vulkan"
|
"--enable-features=UseOzonePlatform"
|
||||||
"--enable-features=Vulkan,UseOzonePlatform"
|
|
||||||
"--enable-gpu-rasterization"
|
"--enable-gpu-rasterization"
|
||||||
"--force-dark-mode"
|
"--force-dark-mode"
|
||||||
"--enable-smooth-scrolling"
|
"--enable-smooth-scrolling"
|
||||||
"--enable-features=UseOzonePlatform"
|
"--enable-features=UseOzonePlatform"
|
||||||
"--ozone-platform=wayland"
|
"--ozone-platform=wayland"
|
||||||
"--user-agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3'"
|
"--user-agent='Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.3'"
|
||||||
"--use-angle=vulkan"
|
|
||||||
];
|
];
|
||||||
brave-wrapped = pkgs.symlinkJoin {
|
brave-wrapped = pkgs.symlinkJoin {
|
||||||
name = "brave";
|
name = "brave";
|
||||||
|
@ -216,6 +214,8 @@ in {
|
||||||
"mnjggcdmjocbbbhaepdhchncahnbgone"
|
"mnjggcdmjocbbbhaepdhchncahnbgone"
|
||||||
# Decentraleyes
|
# Decentraleyes
|
||||||
"ldpochfccmkkmhdbclfhpagapcfdljkj"
|
"ldpochfccmkkmhdbclfhpagapcfdljkj"
|
||||||
|
# Humble new tab page
|
||||||
|
"mfgdmpfihlmdekaclngibpjhdebndhdj"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue