2020-07-04 14:23:27 +02:00
|
|
|
# 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:
|
|
|
|
bindings.commands:
|
|
|
|
global:
|
|
|
|
normal:
|
|
|
|
',V': spawn setsid mpv {url}
|
|
|
|
',X': spawn dmenuhandler {url}
|
|
|
|
',c': hint links spawn setsid st castyt {hint-url}
|
|
|
|
',v': hint links spawn setsid mpv {hint-url}
|
|
|
|
',x': hint links spawn setsid dmenuhandler {hint-url}
|
|
|
|
content.desktop_capture:
|
|
|
|
global: ask
|
|
|
|
content.notifications:
|
|
|
|
https://boards.4chan.org: true
|
|
|
|
https://boards.4channel.org: true
|
|
|
|
https://riot.im: true
|
|
|
|
https://support.cloud.google.com: true
|
|
|
|
https://www.reddit.com: false
|
|
|
|
https://www.youtube.com: false
|
|
|
|
content.register_protocol_handler:
|
|
|
|
https://mail.google.com?extsrc=mailto&url=%25s: false
|
|
|
|
downloads.location.directory:
|
|
|
|
global: /home/alex/
|
|
|
|
downloads.location.prompt:
|
|
|
|
global: false
|
|
|
|
downloads.location.suggestion:
|
|
|
|
global: path
|
|
|
|
downloads.position:
|
|
|
|
global: top
|
|
|
|
downloads.remove_finished:
|
|
|
|
global: 0
|
|
|
|
editor.command:
|
|
|
|
global:
|
|
|
|
- nvim
|
|
|
|
- -f
|
|
|
|
- '{file}'
|
|
|
|
- -c
|
|
|
|
- normal {line}G{column0}l
|
|
|
|
fonts.default_size:
|
|
|
|
global: 20pt
|
|
|
|
fonts.web.size.default_fixed:
|
|
|
|
global: 13
|
|
|
|
hints.border:
|
|
|
|
global: '2px solid #E3BE23'
|
|
|
|
prompt.filebrowser:
|
|
|
|
global: false
|
|
|
|
qt.highdpi:
|
|
|
|
global: true
|
|
|
|
tabs.show:
|
|
|
|
global: never
|
|
|
|
tabs.tabs_are_windows:
|
|
|
|
global: true
|
|
|
|
url.searchengines:
|
|
|
|
global:
|
2020-07-07 18:50:45 +02:00
|
|
|
DEFAULT: https://searx.bocken.org/?q={}&categories=general&language=en-US
|
2020-07-04 14:23:27 +02:00
|
|
|
ddg: https://duckduckgo.com/?q={}
|
|
|
|
ling: https://www.linguee.com/english-german/search?source=auto&query={}
|
2020-07-07 18:50:45 +02:00
|
|
|
sx: https://searx.bocken.org/?q={}&categories=general&language=en-US
|
2020-07-04 14:23:27 +02:00
|
|
|
yt: https://www.youtube.com/results?search_query={}
|
|
|
|
url.start_pages:
|
2020-07-07 18:50:45 +02:00
|
|
|
global: https://searx.bocken.org/
|
2020-07-04 14:23:27 +02:00
|
|
|
zoom.default:
|
|
|
|
global: 160%
|