Add more qutebrowser config stuff

This commit is contained in:
Tobias Reisinger 2020-11-18 15:37:19 +01:00
parent fd51725aa8
commit 4b6d78f3b1

View file

@ -2,18 +2,25 @@ config.load_autoconfig()
c.auto_save.session = True
c.url.start_pages = ['dashboard.serguzim.me']
#c.content.proxy = "socks://localhost:9050/"
c.downloads.position = 'bottom'
c.url.start_pages = ['dashboard.serguzim.me', 'cloud.serguzim.me', 'localhost:6680/iris/']
c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'}
c.tabs.background = True
c.tabs.mousewheel_switching = False
c.tabs.new_position.related = 'last'
c.zoom.default = 130
config.bind(',v', 'spawn mpv {url}')
config.bind(',V', 'hint links spawn mpv {hint-url}')
config.bind(',b', 'spawn brave {url}')
config.bind(',B', 'hint links spawn brave {hint-url}')
config.bind(',s', 'spawn steam steam://openurl/{url}')
config.bind(',rr', 'open {url:scheme}://removeddit.com{url:path}{url:query}')
config.bind(',rt', 'open {url:scheme}://reddit.tube{url:path}{url:query}')