Skip to content

marco-parillo/qutebrowser-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qutebrowser-notes

qute://settings/

  1. auto_save.session was false. Setting it to true again takes immediate effect, no save dialogue.
  2. content.autoplay (Current: true) Try setting to false to disable autoplay
  3. input.insert_mode.auto_load (Current: false) Try setting to true so when focus is on a field, you can start typing.
  4. session.lazy_restore (Current: false) Try setting it to true so as not to load all tab content at startup
  5. spellcheck.languages (Current: ["en-US"]) (may have to install dictionaries below first)
  6. tabs.background (Current: false) so I typed true in the box to the right, but maybe tabs.background false sends tabs to background
  7. tabs.mousewheel_switching (Current: true) Try setting to false so scroll always scrolls page
  8. tabs.new_position.unrelated (Current: last) Try setting to next so new tabs open next
  9. url.default_page (Current: https://start.duckduckgo.com/)
  10. url.start_pages (Current: https://start.duckduckgo.com)

Spell Checking

$ cd /usr/share/qutebrowser/scripts 
$ python dictcli.py install en-US

If that does not work, apply this patch. (sudo required).

Turn off JavaScript?

:set content.javascript.enabled false

Turn on Ad Block?

$ sudo pacman -S python-adblock

Qutebrowser not respecting /etc/hosts

c.content.dns_prefetch = False

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages