diff options
author | Urbain Vaes <urbain@vaes.uk> | 2021-11-12 11:19:43 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2021-11-12 11:19:43 +0100 |
commit | a9a52155abd26fc9b9d7043d9a062a9a7fcb99db (patch) | |
tree | c3ca85c04c0b3e3503bdabbbf9603d18b8616a20 /qutebrowser | |
parent | 221df63901eab58054370a9b2af0fe6d5029d6c9 (diff) |
Fix size issue
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' |