58 lines
1.4 KiB
YAML
58 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:
|
|
aliases:
|
|
global:
|
|
q: close
|
|
qa: quit
|
|
w: session-save
|
|
wq: quit --save
|
|
wqa: quit --save
|
|
auto_save.interval:
|
|
global: 15000
|
|
colors.webpage.preferred_color_scheme:
|
|
global: light
|
|
content.javascript.clipboard:
|
|
https://color.adobe.com: access-paste
|
|
https://git.nevereverever.de: access-paste
|
|
downloads.location.directory:
|
|
global: null
|
|
editor.command:
|
|
global:
|
|
- kate
|
|
- '{file}'
|
|
- -l
|
|
- '{line}'
|
|
- -c
|
|
- '{column}'
|
|
fileselect.folder.command:
|
|
global:
|
|
- konsole
|
|
- -e
|
|
- ranger
|
|
- --choosedir={}
|
|
fileselect.handler:
|
|
global: external
|
|
fileselect.multiple_files.command:
|
|
global:
|
|
- konsole
|
|
- -e
|
|
- ranger
|
|
- --choosefiles={}
|
|
fileselect.single_file.command:
|
|
global:
|
|
- konsole
|
|
- -e
|
|
- ranger
|
|
- --choosefile={}
|
|
fonts.completion.category:
|
|
global: bold default_size default_family
|
|
fonts.default_family:
|
|
global: Source Code Pro
|
|
scrolling.smooth:
|
|
global: true
|