Fix a missing space in qutebrowser config
This commit is contained in:
parent
f29f221fde
commit
a0b2d624a0
1 changed files with 7 additions and 1 deletions
|
@ -1,10 +1,16 @@
|
||||||
config.load_autoconfig()
|
config.load_autoconfig()
|
||||||
|
|
||||||
c.auto_save.session = True
|
c.auto_save.session = True
|
||||||
|
|
||||||
c.url.start_pages = ['dashboard.serguzim.me']
|
c.url.start_pages = ['dashboard.serguzim.me']
|
||||||
c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'}
|
c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'}
|
||||||
|
|
||||||
|
c.tabs.mousewheel_switching = False
|
||||||
|
|
||||||
c.zoom.default = 130
|
c.zoom.default = 130
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
config.bind(',v', 'spawn mpv {url}')
|
config.bind(',v', 'spawn mpv {url}')
|
||||||
config.bind(',V', 'hint links spawn mpv {hint-url}')
|
config.bind(',V', 'hint links spawn mpv {hint-url}')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue