From 7f954ee41a5e597e731b1d692287e6eca5e4cc12 Mon Sep 17 00:00:00 2001 From: Alex Denes Date: Thu, 8 Apr 2021 04:07:58 +0000 Subject: [PATCH] Initial config --- autoconfig.yml | 155 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 autoconfig.yml diff --git a/autoconfig.yml b/autoconfig.yml new file mode 100644 index 0000000..889361f --- /dev/null +++ b/autoconfig.yml @@ -0,0 +1,155 @@ +# If a config.py file exists, this file is ignored unless it's explicitly loaded +# via config.load_autoconfig(). For more information, see: +# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml +# DO NOT edit this file by hand, qutebrowser will overwrite it. +# Instead, create a config.py - see :help for details. + +config_version: 2 +settings: + backend: + global: webengine + bindings.commands: + global: + normal: + ',V': hint links spawn mpv {hint-url} + ',v': hint links spawn sh -c "echo 'loadfile {hint-url}' | socat stdin ~/.mpvsock" + changelog_after_upgrade: + global: major + colors.webpage.bg: + global: null + colors.webpage.darkmode.algorithm: + global: lightness-hsl + colors.webpage.darkmode.contrast: + global: 0.9 + colors.webpage.darkmode.enabled: + global: true + colors.webpage.darkmode.policy.images: + global: smart + colors.webpage.darkmode.policy.page: + global: smart + colors.webpage.darkmode.threshold.background: + global: 128 + colors.webpage.darkmode.threshold.text: + global: 64 + colors.webpage.preferred_color_scheme: + global: dark + completion.height: + global: 20% + completion.show: + global: auto + content.autoplay: + global: false + content.blocking.enabled: + global: true + content.cache.size: + global: null + content.canvas_reading: + global: false + content.cookies.accept: + global: no-3rdparty + content.cookies.store: + global: true + content.default_encoding: + global: utf-8 + content.desktop_capture: + global: ask + content.dns_prefetch: + global: false + content.geolocation: + content.headers.user_agent: + global: MemeMachine/420.69 + content.hyperlink_auditing: + global: true + content.media.audio_capture: + global: ask + content.media.audio_video_capture: + global: ask + content.media.video_capture: + global: ask + content.mouse_lock: + global: false + content.mute: + global: false + content.netrc_file: + global: ~/.config/netrc + content.notifications: + global: false + content.proxy: + global: none + content.register_protocol_handler: + global: false + content.site_specific_quirks: + global: false + content.webgl: + global: false + content.webrtc_ip_handling_policy: + global: default-public-interface-only + downloads.location.directory: + global: /tmp + downloads.location.prompt: + global: false + downloads.location.remember: + global: false + downloads.location.suggestion: + global: path + downloads.open_dispatcher: + global: null + downloads.position: + global: top + fileselect.handler: + global: external + fileselect.multiple_files.command: + global: + - st + - -e + - nnn + - -p + - '{}' + fileselect.single_file.command: + global: + - st + - -e + - nnn + - -p + - '{}' + input.insert_mode.auto_leave: + global: false + input.mouse.back_forward_buttons: + global: false + new_instance_open_target: + global: window + qt.args: + global: + - disable-seccomp-filter-sandbox + qt.highdpi: + global: true + qt.process_model: + global: process-per-site + scrolling.bar: + global: when-searching + statusbar.widgets: + global: + - keypress + - url + - history + - tabs + - progress + tabs.indicator.width: + global: 10 + tabs.show: + global: never + tabs.tabs_are_windows: + global: true + tabs.tooltips: + global: false + url.auto_search: + global: dns + url.default_page: + global: https://startpage.com + url.searchengines: + global: + DEFAULT: https://www.startpage.com/sp/search?query={}&language=english&lui=english&t=nite&cat=web&sc=BMKPi8kkaNol20&abp=-1 + url.start_pages: + global: https://startpage.com + window.transparent: + global: true