1
0
Fork 0

Add aur search engine to qutebrowser

This commit is contained in:
Jeremy Kaplan 2017-09-24 22:03:05 -04:00 committed by Jeremy Kaplan
commit 7cc20d0403

View file

@ -53,7 +53,7 @@ yank-ignored-url-parameters = ref,utm_source,utm_medium,utm_campaign,utm_term,ut
# Any {} in the string will be expanded to the filename, else the
# filename will be appended.
# Default:
default-open-dispatcher =
default-open-dispatcher =
# default-page (FuzzyUrl):
# The page to open if :open -t/-b/-w is used without URL. Use
@ -181,7 +181,7 @@ save-session = false
# The name of the session to save by default, or empty for the last
# loaded session.
# Default:
session-default-name =
session-default-name =
# url-incdec-segments (FlagList):
# The URL segments where `:navigate increment/decrement` will search
@ -264,7 +264,7 @@ frame-flattening = false
# User stylesheet to use (absolute filename or filename relative to
# the config directory). Will expand environment variables.
# Default:
user-stylesheet =
user-stylesheet =
# hide-scrollbar (Bool):
# Hide the main scrollbar.
@ -329,7 +329,7 @@ hide-wayland-decoration = false
# Globs are supported, so ';*' will blacklist all keychainsstarting
# with ';'. Use '*' to disable keyhints
# Default:
keyhint-blacklist =
keyhint-blacklist =
# keyhint-delay (Int):
# Time from pressing a key to seeing the keyhint dialog (ms)
@ -375,7 +375,7 @@ referer-header = same-domain
# user-agent (UserAgent):
# User agent to send. Empty to send the default.
# Default:
user-agent =
user-agent =
# proxy (Proxy):
# The proxy to use.
@ -407,13 +407,13 @@ dns-prefetch = true
# custom-headers (HeaderDict):
# Set custom headers for qutebrowser HTTP requests.
# Default:
custom-headers =
custom-headers =
# netrc-file (File):
# Set location of a netrc-file for HTTP authentication. If empty,
# ~/.netrc is used.
# Default:
netrc-file =
netrc-file =
# Options related to completion and command history.
@ -1041,6 +1041,7 @@ hide-unmatched-rapid-hints = true
# signs.
[searchengines]
DEFAULT = https://duckduckgo.com/?q={}
aur = https://www.archlinux.org/packages/?q={}
# Aliases for commands.
@ -1518,32 +1519,32 @@ debug-console = 8pt ${_monospace}
# web-family-standard (FontFamily):
# Font family for standard fonts.
# Default:
web-family-standard =
web-family-standard =
# web-family-fixed (FontFamily):
# Font family for fixed fonts.
# Default:
web-family-fixed =
web-family-fixed =
# web-family-serif (FontFamily):
# Font family for serif fonts.
# Default:
web-family-serif =
web-family-serif =
# web-family-sans-serif (FontFamily):
# Font family for sans-serif fonts.
# Default:
web-family-sans-serif =
web-family-sans-serif =
# web-family-cursive (FontFamily):
# Font family for cursive fonts.
# Default:
web-family-cursive =
web-family-cursive =
# web-family-fantasy (FontFamily):
# Font family for fantasy fonts.
# Default:
web-family-fantasy =
web-family-fantasy =
# web-size-minimum (Int):
# The hard minimum font size.