diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-05-08 17:58:10 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-05-08 17:58:10 +0200 |
| commit | 94fd4f1bc3dba4e53ca57c769999dc72f7932936 (patch) | |
| tree | a7fe047ea13ed27f881a8f909dbc9421a03ebe17 /config/qutebrowser/config.py | |
| parent | 24271747b18462e561631e9c0a3fd7e1dd48ac7d (diff) | |
| download | dotfiles-94fd4f1bc3dba4e53ca57c769999dc72f7932936.tar.gz dotfiles-94fd4f1bc3dba4e53ca57c769999dc72f7932936.tar.bz2 dotfiles-94fd4f1bc3dba4e53ca57c769999dc72f7932936.zip | |
Added transient notification for backlight-ctl
Diffstat (limited to 'config/qutebrowser/config.py')
| -rw-r--r-- | config/qutebrowser/config.py | 2 |
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}" |
