47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
# 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/main/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:
|
|
bindings.key_mappings:
|
|
global:
|
|
<Ctrl-6>: <Ctrl-^>
|
|
<Ctrl-Enter>: <Ctrl-Return>
|
|
<Ctrl-I>: <Tab>
|
|
<Ctrl-J>: <Return>
|
|
<Ctrl-M>: <Return>
|
|
<Ctrl-[>: <Escape>
|
|
<Enter>: <Return>
|
|
<Shift-Enter>: <Return>
|
|
<Shift-Return>: <Return>
|
|
colors.webpage.darkmode.enabled:
|
|
global: true
|
|
colors.webpage.darkmode.policy.page:
|
|
global: smart
|
|
colors.webpage.preferred_color_scheme:
|
|
global: dark
|
|
content.notifications.enabled:
|
|
https://tmailor.com: false
|
|
https://www.rexoweb.com: false
|
|
content.proxy:
|
|
global: socks://localhost:9050/
|
|
downloads.location.directory:
|
|
global: /home/vilyaem/down/
|
|
fonts.default_family:
|
|
global: Terminus
|
|
fonts.web.family.sans_serif:
|
|
global: Terminus
|
|
fonts.web.family.serif:
|
|
global: Terminus
|
|
hints.chars:
|
|
global: aoeuidhtns
|
|
url.default_page:
|
|
global: file:///home/vilyaem/x/web/homepage/index.html
|
|
url.searchengines:
|
|
global:
|
|
DEFAULT: https://search.cherub.im/?q={}
|
|
url.start_pages:
|
|
global: file:///home/vilyaem/x/web/homepage/index.html
|