diff options
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}" |
