Stuff
This commit is contained in:
parent
73fa26e596
commit
e9e17ac035
3 changed files with 37 additions and 2 deletions
.config/qutebrowser
|
@ -3,3 +3,8 @@ 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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue