Add locale and new startpage to qutebrowser(-kiosk)
This commit is contained in:
parent
914501fbef
commit
8a3415da6b
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ c.tabs.show = 'never'
|
||||||
c.statusbar.show = 'never'
|
c.statusbar.show = 'never'
|
||||||
c.auto_save.session = False
|
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-Tab>', 'tab-next')
|
||||||
config.bind('<Ctrl-Shift-Tab>', 'tab-prev')
|
config.bind('<Ctrl-Shift-Tab>', 'tab-prev')
|
||||||
|
|
|
@ -3,6 +3,7 @@ config.load_autoconfig()
|
||||||
c.auto_save.session = True
|
c.auto_save.session = True
|
||||||
|
|
||||||
#c.content.proxy = "socks://localhost:9050/"
|
#c.content.proxy = "socks://localhost:9050/"
|
||||||
|
c.content.headers.accept_language = "en-IE,en;q=0.9"
|
||||||
|
|
||||||
c.downloads.position = 'bottom'
|
c.downloads.position = 'bottom'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue