Add locale and new startpage to qutebrowser(-kiosk)

This commit is contained in:
Tobias Reisinger 2021-03-19 11:58:53 +01:00
parent 914501fbef
commit 8a3415da6b
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -3,6 +3,7 @@ config.load_autoconfig()
c.auto_save.session = True
#c.content.proxy = "socks://localhost:9050/"
c.content.headers.accept_language = "en-IE,en;q=0.9"
c.downloads.position = 'bottom'