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