diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-08-16 14:26:43 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-08-16 14:26:43 +0200 |
commit | 0affd35da103a871dcd84e699d7ac8a8eb2d299b (patch) | |
tree | ac2c3f46b9a12a6c62ac7abbda81ce85e4b3fb7b /qutebrowser | |
parent | adcfa26746be3c0e2eefb0a497844cbd26b0d89d (diff) |
Minor changes
Diffstat (limited to 'qutebrowser')
-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' |