diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-08-28 23:20:07 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-08-28 23:20:07 +0200 |
commit | fa700a6e75c594594fba22a227d021bb8271793f (patch) | |
tree | 4848471d5e3346508227804dafdf44b885df27d4 /qutebrowser/.config | |
parent | c8a1d582ef3d4a126b9fb1e6c8a7c4bdf10817b0 (diff) | |
parent | c32c3bfce9e3ee3d0c5a436457b6e6d1c2811506 (diff) |
Merge branch 'master' of git.vaes.uk:public/dotfiles
Diffstat (limited to 'qutebrowser/.config')
-rw-r--r-- | qutebrowser/.config/qutebrowser/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index f0687f0..636a002 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -2,6 +2,7 @@ # qute://help/configuring.html # qute://help/settings.html +c.content.images = True c.downloads.location.prompt = False c.editor.command = ['urxvt', '-e', 'nvim', '-f', '{}'] c.fonts.hints = 'bold 12pt monospace' |