diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-05-11 11:26:22 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-05-11 11:26:22 +0200 |
| commit | 1588dfb87e78f7c0cdca97ce0841f25a25dea388 (patch) | |
| tree | d6d0e56616b537a3c76c4ea6bb583b82ad03e1bd /config/qutebrowser | |
| parent | e8f5fccd336bbbfb84e390eabad13e400695254d (diff) | |
| parent | 94fd4f1bc3dba4e53ca57c769999dc72f7932936 (diff) | |
| download | dotfiles-1588dfb87e78f7c0cdca97ce0841f25a25dea388.tar.gz dotfiles-1588dfb87e78f7c0cdca97ce0841f25a25dea388.tar.bz2 dotfiles-1588dfb87e78f7c0cdca97ce0841f25a25dea388.zip | |
Merge branch 'master' of cacharle.xyz:/srv/git/dotfiles
Diffstat (limited to 'config/qutebrowser')
| -rw-r--r-- | config/qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 783c932..8f1784b 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -77,7 +77,7 @@ c.colors.webpage.darkmode.enabled = True # Convert light themed sites to dark t # c.content.proxy = 'socks://localhost:9050/' # tor c.content.autoplay = False -c.content.notifications = False +c.content.notifications.enabled = False # c.content.cookies.accept = 'no-3rdparty' c.content.headers.user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/{webkit_version} (KHTML, like Gecko) {qt_key}/{qt_version}" |
