dotfiles

My configuration files.
Log | Files | Refs | README

commit a57eef00e2e2eef082c9fa9d72b6c680b2c7432a
parent df5f9c0103b80be53248292f5a55fd95915b65c1
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Sun,  6 Feb 2022 16:50:59 +0100

Settings

Diffstat:
Mqutebrowser/.config/qutebrowser/config.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py @@ -7,7 +7,7 @@ c.content.blocking.adblock.lists = [ ] c.content.blocking.method = 'adblock' c.fonts.default_size = '16pt' -c.input.insert_mode.auto_load = False +c.input.insert_mode.auto_load = True c.input.insert_mode.leave_on_load = True c.scrolling.smooth = True c.tabs.background = False