diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-17 16:59:06 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-17 16:59:06 +0900 |
| commit | 79009247ca4468f346f2f9e70b7381ec277f5bd4 (patch) | |
| tree | 53b8cd92ca2501eadf6d6b5345b8be71e2c26f1a /ar | |
| parent | f3a12b2299e9a0f32869e94d71f80af2ee2dc161 (diff) | |
modified qutebrowser/config.py
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/qutebrowser/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ar/.config/qutebrowser/config.py b/ar/.config/qutebrowser/config.py index f4a774d..4656de0 100644 --- a/ar/.config/qutebrowser/config.py +++ b/ar/.config/qutebrowser/config.py @@ -661,7 +661,7 @@ c.completion.use_best_match = True ## Automatically start playing `<video>` elements. ## Type: Bool -c.content.autoplay = False +# c.content.autoplay = True ## List of URLs to ABP-style adblocking rulesets. Only used when Brave's ## ABP-style adblocker is used (see `content.blocking.method`). You can @@ -1606,7 +1606,7 @@ c.hints.chars = "asdfghjklweiovnb" ## - tab-bg-silent: Open a new background tab in the existing window without activating the window. ## - window: Open in a new window. ## - private-window: Open in a new private window. -# c.new_instance_open_target = 'tab' +c.new_instance_open_target = "tab-silent" ## Which window to choose when opening links as new tabs. When ## `new_instance_open_target` is set to `window`, this is ignored. |
