~pvsr/dotfiles

c91be4cab47fa442db848ee4f92bc12021bc0682 — Peter Rice 2 years ago 86b5f99 master
minor cleanup
1 files changed, 7 insertions(+), 2 deletions(-)

M qutebrowser/.config/qutebrowser/config.py
M qutebrowser/.config/qutebrowser/config.py => qutebrowser/.config/qutebrowser/config.py +7 -2
@@ 1,6 1,10 @@
import glob
import os.path

# make checkers happy
c = locals()['c']
config = locals()['config']

c.aliases = {
        'q': 'quit',
        'w': 'session-save',


@@ 50,8 54,9 @@ c.completion.scrollbar.padding = 0
c.completion.open_categories = ['quickmarks', 'bookmarks', 'history', 'filesystem']

c.hints.auto_follow = 'always'
#c.hints.auto_follow_timeout = 400
c.hints.mode = 'letter'
if c.hints.mode == 'number':
    c.hints.auto_follow_timeout = 400

c.search.incremental = False



@@ 83,7 88,7 @@ c.fonts.default_family = ['Sarasa Term J', 'monospace']
c.fonts.default_size = '13pt'

# c.fonts.completion.entry = mono
c.fonts.completion.category = 'bold default_size default_family'
# c.fonts.completion.category = 'bold default_size default_family'
# c.fonts.debug_console = mono
# c.fonts.downloads = mono
c.fonts.hints = 'bold 12pt default_family'