dotfiles/.config/qutebrowser/autoconfig.yml

50 lines
1.1 KiB
YAML
Raw Normal View History

2025-09-06 23:01:45 +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/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:
2025-12-26 04:27:10 +01:00
colors.tabs.selected.odd.bg:
global: '#282828'
2025-11-04 23:36:39 +01:00
colors.webpage.bg:
2025-12-26 04:27:10 +01:00
global: white
2025-09-06 23:01:45 +02:00
colors.webpage.preferred_color_scheme:
2025-12-26 04:27:10 +01:00
global: dark
content.blocking.method:
global: both
2025-09-06 23:01:45 +02:00
editor.command:
global:
2025-12-26 04:27:10 +01:00
- alacritty
- -e
- nvim
- -f
2025-09-06 23:01:45 +02:00
- '{file}'
- -c
2025-12-26 04:27:10 +01:00
- normal {line}G{column0}l
2025-09-06 23:01:45 +02:00
fileselect.folder.command:
global:
2025-12-26 04:27:10 +01:00
- alacritty
2025-09-06 23:01:45 +02:00
- -e
- ranger
- --choosedir={}
fileselect.multiple_files.command:
global:
2025-12-26 04:27:10 +01:00
- alacritty
2025-09-06 23:01:45 +02:00
- -e
- ranger
- --choosefiles={}
fileselect.single_file.command:
global:
2025-12-26 04:27:10 +01:00
- alacritty
2025-09-06 23:01:45 +02:00
- -e
- ranger
- --choosefile={}
2025-12-26 04:27:10 +01:00
fonts.contextmenu:
global: Adwaita Sans
2025-09-06 23:01:45 +02:00
fonts.default_family:
2025-12-26 04:27:10 +01:00
global: Adwaita Mono
tabs.position:
global: left