generated from andy/linux-nixos-hyprland-config-dotfiles
32 lines
874 B
YAML
32 lines
874 B
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:
|
|
auto_save.session:
|
|
global: true
|
|
bindings.commands:
|
|
global:
|
|
normal:
|
|
M: hint links spawn mpv {hint-url}
|
|
colors.webpage.darkmode.enabled:
|
|
global: false
|
|
colors.webpage.preferred_color_scheme:
|
|
global: dark
|
|
content.blocking.method:
|
|
global: both
|
|
fonts.default_family:
|
|
global: JetBrains Mono
|
|
fonts.default_size:
|
|
global: 11pt
|
|
spellcheck.languages:
|
|
global:
|
|
- en-US
|
|
- uk-UA
|
|
- ru-RU
|
|
tabs.position:
|
|
global: left
|