autoconfig.yml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. # If a config.py file exists, this file is ignored unless it's explicitly loaded
  2. # via config.load_autoconfig(). For more information, see:
  3. # https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
  4. # DO NOT edit this file by hand, qutebrowser will overwrite it.
  5. # Instead, create a config.py - see :help for details.
  6. config_version: 2
  7. settings:
  8. auto_save.session:
  9. global: true
  10. bindings.commands:
  11. global:
  12. normal:
  13. ',': spawn mpv {url}
  14. <: hint links spawn mpv {hint-url}
  15. <Alt+p>: spawn --userscript password_fill
  16. colors.webpage.darkmode.enabled:
  17. global: true
  18. colors.webpage.preferred_color_scheme:
  19. global: dark
  20. content.notifications.enabled:
  21. global: false
  22. content.proxy:
  23. global: system
  24. content.register_protocol_handler:
  25. https://mail.google.com?extsrc=mailto&url=%25s: false
  26. downloads.location.directory:
  27. global: ~/Downloads
  28. downloads.remove_finished:
  29. global: 5000
  30. fonts.completion.category:
  31. global: bold 8pt default_family
  32. fonts.completion.entry:
  33. global: 8pt default_family
  34. fonts.debug_console:
  35. global: 8pt default_family
  36. fonts.downloads:
  37. global: 8pt default_family
  38. fonts.hints:
  39. global: bold 8pt default_family
  40. fonts.keyhint:
  41. global: 8pt default_family
  42. fonts.messages.error:
  43. global: 8pt default_family
  44. fonts.messages.info:
  45. global: 8pt default_family
  46. fonts.messages.warning:
  47. global: 8pt default_family
  48. fonts.prompts:
  49. global: 8pt sans-serif
  50. fonts.statusbar:
  51. global: 8pt default_family
  52. fonts.tabs.selected:
  53. global: 8pt default_family
  54. fonts.tabs.unselected:
  55. global: 8pt default_family
  56. session.default_name:
  57. global: null
  58. session.lazy_restore:
  59. global: true
  60. spellcheck.languages:
  61. global:
  62. - en-US
  63. tabs.background:
  64. global: true
  65. tabs.mode_on_change:
  66. global: restore
  67. tabs.select_on_remove:
  68. global: last-used
  69. url.default_page:
  70. global: file:///home/demure/.config/qutebrowser/start.html
  71. url.searchengines:
  72. global:
  73. DEFAULT: https://www.google.com/search?q={}
  74. url.start_pages:
  75. global: https://google.com
  76. zoom.mouse_divider:
  77. global: 0