qutebrowser startpage.
This commit is contained in:
parent
aad6f775ba
commit
2dc993d504
2 changed files with 15 additions and 2 deletions
|
@ -25,8 +25,8 @@ c.scrolling.smooth = True
|
|||
c.tabs.show = 'multiple'
|
||||
c.tabs.undo_stack_size = -1
|
||||
c.tabs.last_close = 'default-page'
|
||||
c.url.start_pages = ['about:blank']
|
||||
c.url.default_page = 'about:blank'
|
||||
c.url.start_pages = [os.path.expanduser("~/.config/qutebrowser/startpage.html")]
|
||||
c.url.default_page = os.path.expanduser("~/.config/qutebrowser/startpage.html")
|
||||
c.url.incdec_segments = ['path', 'query']
|
||||
c.url.yank_ignored_parameters = ['ref', 'utm_source', 'utm_medium', 'utm_campaign', 'utm_term', 'utm_content', 'fbclid']
|
||||
c.spellcheck.languages = ['en-US', 'pl-PL']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue