diff options
Diffstat (limited to 'qutebrowser')
-rw-r--r-- | qutebrowser/.config/qutebrowser/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index b591d2e..80218b9 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -29,7 +29,8 @@ c.colors.tabs.selected.even.bg = "#875f5f" c.content.images = True c.downloads.location.prompt = False c.editor.command = ['urxvt', '-e', 'nvim', '-f', '{}'] -c.fonts.hints = 'bold 12pt monospace' +c.fonts.default_size = '9pt' +c.fonts.hints = 'bold 10pt monospace' c.hints.chars = 'aoeuidhtns' c.hints.uppercase = True c.tabs.show = 'multiple' |