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

@ -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')