diff --git a/.config/qutebrowser/config-kiosk.py b/.config/qutebrowser/config-kiosk.py index 4f57d5d..2c44589 100644 --- a/.config/qutebrowser/config-kiosk.py +++ b/.config/qutebrowser/config-kiosk.py @@ -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('', 'tab-next') config.bind('', 'tab-prev') diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 0cc6c8e..95d94f2 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -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'