aboutsummaryrefslogtreecommitdiff
path: root/qutebrowser/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/config.py')
-rw-r--r--qutebrowser/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qutebrowser/config.py b/qutebrowser/config.py
index b4ca99e..0c33c53 100644
--- a/qutebrowser/config.py
+++ b/qutebrowser/config.py
@@ -58,6 +58,7 @@ c.colors.webpage.bg = 'black' # Disabling white flash before page lo
# c.content.proxy = 'socks://localhost:9050/' # tor
c.content.autoplay = False
+c.content.notifications = False
c.auto_save.session = True
c.session.lazy_restore = True