Modularize qutebrowser config for reuse
This commit is contained in:
parent
d053f9d145
commit
8d92f8c8f2
4 changed files with 84 additions and 30 deletions
|
|
@ -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')
|
||||
Loading…
Reference in a new issue