40 lines
1.3 KiB
YAML
40 lines
1.3 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/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:
|
|
aliases:
|
|
global:
|
|
q: quit
|
|
w: session-save
|
|
wq: quit --save
|
|
auto_save.session:
|
|
global: true
|
|
backend:
|
|
global: webengine
|
|
bindings.commands:
|
|
global:
|
|
normal:
|
|
cc: open https://coca-cola.com.mx
|
|
gh: open https://github.com
|
|
xb: config-cycle statusbar.hide
|
|
xt: config-cycle tabs.show always switching
|
|
xx: config-cycle statusbar.hide ;; config-cycle tabs.show always switching
|
|
downloads.location.directory:
|
|
global: /home/roger/Downloads
|
|
qt.highdpi:
|
|
global: true
|
|
statusbar.hide:
|
|
global: true
|
|
tabs.show:
|
|
global: switching
|
|
url.searchengines:
|
|
global:
|
|
DEFAULT: https://duckduckgo.com/?q={}
|
|
aw: https://wiki.archlinux.org/?search={}
|
|
lib: https://libgen.lc/search.php?req={}&lg_topic=libgen&open=0&view=simple&res=25&phrase=1&column=def
|
|
re: https://reddit.com/r/{}
|