From 94fd4f1bc3dba4e53ca57c769999dc72f7932936 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 8 May 2021 17:58:10 +0200 Subject: Added transient notification for backlight-ctl --- config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/qutebrowser/config.py') 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}" -- cgit