.dotfiles/.config/qutebrowser/config-kiosk.py

11 lines
235 B
Python
Raw Normal View History

config.load_autoconfig(False)
2020-10-07 22:29:27 +00:00
c.tabs.show = 'never'
c.statusbar.show = 'never'
c.auto_save.session = False
2021-02-13 22:44:03 +00:00
c.url.start_pages = ['https://twitch.tv/']
2021-02-13 22:44:03 +00:00
config.bind('<Ctrl-Tab>', 'tab-next')
config.bind('<Ctrl-Shift-Tab>', 'tab-prev')