aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-05-08 17:58:10 +0200
committerCharles Cabergs <me@cacharle.xyz>2021-05-08 17:58:10 +0200
commit94fd4f1bc3dba4e53ca57c769999dc72f7932936 (patch)
treea7fe047ea13ed27f881a8f909dbc9421a03ebe17 /config/qutebrowser
parent24271747b18462e561631e9c0a3fd7e1dd48ac7d (diff)
downloaddotfiles-94fd4f1bc3dba4e53ca57c769999dc72f7932936.tar.gz
dotfiles-94fd4f1bc3dba4e53ca57c769999dc72f7932936.tar.bz2
dotfiles-94fd4f1bc3dba4e53ca57c769999dc72f7932936.zip
Added transient notification for backlight-ctl
Diffstat (limited to 'config/qutebrowser')
-rw-r--r--config/qutebrowser/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py
index a6112ac..21ae11b 100644
--- a/config/qutebrowser/config.py
+++ b/config/qutebrowser/config.py
@@ -76,7 +76,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}"