Fix stuff

This commit is contained in:
Tobias Reisinger 2021-12-12 21:18:38 +01:00
parent 21a20377f5
commit be08b1d94b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 7 additions and 5 deletions

View file

@ -15,6 +15,7 @@ def init(c):
c.tabs.background = True
c.tabs.mousewheel_switching = False
c.tabs.new_position.related = 'last'
c.tabs.pinned.frozen = False
c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'}