aboutsummaryrefslogtreecommitdiff
path: root/qutebrowser
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-12 11:48:29 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-12 11:48:29 +0100
commit2a69d39260bdcc13473df84b5affe2732cc9eb85 (patch)
tree9911b16263b00358093bd681caee8662d1e94905 /qutebrowser
parentc7dd71eae646118780e29df79265823fc2c4f458 (diff)
downloaddotfiles-2a69d39260bdcc13473df84b5affe2732cc9eb85.tar.gz
dotfiles-2a69d39260bdcc13473df84b5affe2732cc9eb85.tar.bz2
dotfiles-2a69d39260bdcc13473df84b5affe2732cc9eb85.zip
Switch theme to dracula, Updated qutebrowser never accept notifications
Diffstat (limited to 'qutebrowser')
-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