Qutebrowser startpage

lightmode
E. Almqvist 3 years ago
parent 0e7a53ff6f
commit 774bc0165e
  1. 4
      qutebrowser/.config/qutebrowser/autoconfig.yml
  2. 2
      qutebrowser/.config/qutebrowser/config.py

@ -6,5 +6,5 @@
config_version: 2 config_version: 2
settings: settings:
content.register_protocol_handler: content.notifications.enabled:
https://mail.google.com?extsrc=mailto&url=%25s: false https://www.netflix.com: false

@ -23,6 +23,8 @@ c.aliases = {'q': 'quit', 'w': 'session-save', 'wq': 'quit --save'}
# Setting dark mode # Setting dark mode
# config.set("colors.webpage.darkmode.enabled", True) # config.set("colors.webpage.darkmode.enabled", True)
c.url.start_pages = "~/.dotfiles/qutebrowser/.config/qutebrowser/startpage/index.html"
# Which cookies to accept. With QtWebEngine, this setting also controls # Which cookies to accept. With QtWebEngine, this setting also controls
# other features with tracking capabilities similar to those of cookies; # other features with tracking capabilities similar to those of cookies;

Loading…
Cancel
Save