.dotfiles/.config/qutebrowser/config-kiosk.py
2021-02-13 23:44:03 +01:00

10 lines
240 B
Python

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