Modularize qutebrowser config for reuse

This commit is contained in:
Tobias Reisinger 2021-04-16 10:13:27 +02:00
commit 8d92f8c8f2
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 84 additions and 30 deletions

View file

@ -1,10 +0,0 @@
config.load_autoconfig(False)
c.tabs.show = 'never'
c.statusbar.show = 'never'
c.auto_save.session = False
c.url.start_pages = ['https://twitch.tv/']
config.bind('<Ctrl-Tab>', 'tab-next')
config.bind('<Ctrl-Shift-Tab>', 'tab-prev')