Add some common chromium flags

This commit is contained in:
Alexander Schäferdiek 2020-09-23 19:29:47 +02:00
parent 8c2ca492b7
commit 6215cc95ed

View file

@ -16,3 +16,15 @@ Ensure to set `chrome://flags/#extension-mime-request-handling` to `Always promp
## Defaults
There are some defaults set, e.g. delete all browser data on quitting chromium. Change that if you like.
## Useful flags
Head over to `chrome://flags` and set the following if you like:
```
chrome://flags/#extension-mime-request-handling Always prompt for install
chrome://flags/#smooth-scrolling Disabled
chrome://flags/#enable-parallel-downloading Enabled
chrome://flags/#tab-hover-cards Disabled
chrome://flags/#quiet-notification-prompts Enabled
```