2021-01-30 12:52:36 +00:00
|
|
|
config.load_autoconfig(False)
|
|
|
|
|
2020-10-07 22:29:27 +00:00
|
|
|
c.tabs.show = 'never'
|
|
|
|
c.statusbar.show = 'never'
|
|
|
|
c.auto_save.session = False
|
2021-02-13 22:44:03 +00:00
|
|
|
|
2021-03-19 10:58:53 +00:00
|
|
|
c.url.start_pages = ['https://twitch.tv/']
|
2021-02-13 22:44:03 +00:00
|
|
|
|
|
|
|
config.bind('<Ctrl-Tab>', 'tab-next')
|
|
|
|
config.bind('<Ctrl-Shift-Tab>', 'tab-prev')
|