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
.config/qutebrowser

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'