diff options
| author | trainytrain <trainytrain@rape.lol> | 2021-05-09 01:29:07 -0700 |
|---|---|---|
| committer | trainytrain <trainytrain@rape.lol> | 2021-05-09 01:29:07 -0700 |
| commit | c765e68f05bfe9f0d2e4990bdc8dfabf11cdbc87 (patch) | |
| tree | 1dd446298beeb5d1a411d5516689dee8c2ee26ee /qutebrowser/autoconfig.yml | |
init
Diffstat (limited to 'qutebrowser/autoconfig.yml')
| -rw-r--r-- | qutebrowser/autoconfig.yml | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml new file mode 100644 index 0000000..b66b233 --- /dev/null +++ b/qutebrowser/autoconfig.yml @@ -0,0 +1,96 @@ +# 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: + aliases: + global: + q: close + qa: quit + w: session-save + wq: quit --save + wqa: quit --save + backend: + global: webengine + bindings.commands: + global: + normal: + <Ctrl+m>: hint links spawn --detach /usr/local/bin/mpv {hint-url} + O: set-cmd-text -s :open -t -s + x: tab-close + content.canvas_reading: + global: false + content.cookies.accept: + global: no-3rdparty + content.cookies.store: + global: true + content.desktop_capture: + https://meet.jit.si: true + content.geolocation: + https://www.fandango.com: false + content.headers.accept_language: + global: en-US,en;q=0.5 + content.headers.custom: + global: + accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 + content.headers.user_agent: + global: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0 + content.host_blocking.enabled: + global: false + content.media_capture: + https://asm.smartmusic.com: true + https://meet.jit.si: true + content.notifications: + http://192.168.0.53:8096: true + http://192.168.1.12:8096: true + https://beta.protonmail.com: true + https://cloud.boomer.cf: true + https://cloud.cumzone.xyz: true + https://media.boomer.cf: true + https://media.cumzone.xyz: true + https://na.op.gg: false + https://www.reddit.com: false + content.proxy: + global: none + content.ssl_strict: + global: true + content.webgl: + global: false + content.webrtc_ip_handling_policy: + global: default-public-interface-only + fonts.debug_console: + global: default_size default_family + fonts.default_family: + global: JetBrains Mono + fonts.default_size: + global: 10pt + fonts.web.family.fantasy: + global: null + fonts.web.family.sans_serif: + global: null + fonts.web.family.standard: + global: null + qt.force_platformtheme: + global: qt5ctl + qt.highdpi: + global: true + statusbar.show: + global: never + tabs.max_width: + global: -1 + tabs.position: + global: top + tabs.show: + global: multiple + tabs.width: + global: 15% + url.default_page: + global: /home/train/work/startpage/index.html + url.searchengines: + global: + DEFAULT: http://search.cumzone.xyz/searx/?q={} + url.start_pages: + global: /home/train/work/startpage/index.html |
