diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-12 11:48:29 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-12 11:48:29 +0100 |
| commit | 2a69d39260bdcc13473df84b5affe2732cc9eb85 (patch) | |
| tree | 9911b16263b00358093bd681caee8662d1e94905 /qutebrowser/config.py | |
| parent | c7dd71eae646118780e29df79265823fc2c4f458 (diff) | |
| download | dotfiles-2a69d39260bdcc13473df84b5affe2732cc9eb85.tar.gz dotfiles-2a69d39260bdcc13473df84b5affe2732cc9eb85.tar.bz2 dotfiles-2a69d39260bdcc13473df84b5affe2732cc9eb85.zip | |
Switch theme to dracula, Updated qutebrowser never accept notifications
Diffstat (limited to 'qutebrowser/config.py')
| -rw-r--r-- | qutebrowser/config.py | 1 |
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 |
