dotfiles/config/qutebrowser/config.py

36 lines
1.3 KiB
Python

config.load_autoconfig(False)
config.source('conf/adapta.py')
config.source('conf/adblock.py')
config.source('conf/bindings.py')
config.source('conf/redirects.py')
c.url.default_page = "feedly.com/i/my"
c.url.start_pages = "covid19.rpi.edu/dailycheckin"
c.url.searchengines['y'] = "vid.puffyan.us/search?q={}"
c.url.open_base_url = True
c.content.fullscreen.window = True
c.colors.webpage.darkmode.enabled = True
c.tabs.show = "multiple"
c.confirm_quit = ["downloads"]
c.qt.force_platformtheme = "gtk2"
c.content.cookies.accept = "no-3rdparty"
c.colors.webpage.preferred_color_scheme = 'dark'
c.colors.webpage.darkmode.policy.images = 'never'
c.aliases['re'] = 'restart'
c.aliases['mpv'] = 'spawn -mdv mpv --ytdl-raw-options=sub-lang=en'
c.aliases['remove-sticky'] = 'jseval -q document.querySelectorAll("*").forEach(e=>{["sticky","fixed"].includes(getComputedStyle(e).position)&&e.parentNode.removeChild(e)})'
config.set('content.notifications.enabled', True, 'https://mail.tutanota.com')
config.set('content.register_protocol_handler', True, 'https://mail.tutanota.com')
import socket
if socket.gethostname() == "wheatley":
c.zoom.default = 125
c.qt.force_software_rendering = "chromium"
#import dracula.draw
#dracula.draw.blood(c, {'spacing': {'vertical': 1,'horizontal': 0}})