From 5fb59a0201eef530665f4cd88e7768b7351a3260 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 27 Jul 2016 23:15:06 +0530 Subject: [PATCH] qutebrowser: Update to 0.8.0 --- .config/qutebrowser/keys.conf | 21 +++++++++++++++------ .config/qutebrowser/qutebrowser.conf | 22 +++++++++------------- 2 files changed, 24 insertions(+), 19 deletions(-) diff --git a/.config/qutebrowser/keys.conf b/.config/qutebrowser/keys.conf index 17d2f428..b42889e6 100644 --- a/.config/qutebrowser/keys.conf +++ b/.config/qutebrowser/keys.conf @@ -160,18 +160,12 @@ hint images hint images tab ;I -hint images tab-bg - .i - hint links fill ":open {hint-url}" ;o hint links fill ":open -t {hint-url}" ;O -hint links fill ":open -b {hint-url}" - .o - hint links yank ;y @@ -401,6 +395,12 @@ print open qute:settings Ss +open qute:bookmarks + Sb + +open -t qute:bookmarks + SB + follow-selected @@ -437,6 +437,12 @@ yank -p yank -ps yP +hint inputs + ;t + +repeat-command + . + [insert] # Keybindings for insert mode. # Since normal keypresses are passed through, only special keys are @@ -535,6 +541,9 @@ prompt-yes prompt-no n +prompt-open-download + + [command,prompt] rl-backward-char diff --git a/.config/qutebrowser/qutebrowser.conf b/.config/qutebrowser/qutebrowser.conf index bc0c0632..5ffe41be 100644 --- a/.config/qutebrowser/qutebrowser.conf +++ b/.config/qutebrowser/qutebrowser.conf @@ -34,11 +34,6 @@ # smart: Search case-sensitively if there are capital chars # Default: smart # -# wrap-search (Bool): -# Whether to wrap finding text to the top when arriving at the end. -# Valid values: true, false -# Default: true -# # startpage (List): # The default page(s) to open at the start, separated by commas. # Default: https://duckduckgo.com @@ -153,7 +148,6 @@ # Valid values: host, path, query, anchor # Default: path,query ignore-case = smart -wrap-search = true startpage = https://www.duckduckgo.com default-page = ${startpage} auto-search = naive @@ -190,6 +184,11 @@ url-incdec-segments = path,query # Valid values: top, bottom # Default: top # +# status-position (VerticalPosition): +# The position of the status bar. +# Valid values: top, bottom +# Default: bottom +# # message-timeout (Int): # Time (in ms) to show messages in the statusbar for. # Default: 2000 @@ -208,11 +207,6 @@ url-incdec-segments = path,query # never: Never show a confirmation. # Default: never # -# display-statusbar-messages (Bool): -# Whether to display javascript statusbar messages. -# Valid values: true, false -# Default: false -# # zoom-text-only (Bool): # Whether the zoom factor on a frame applies only to the text or to # all content. @@ -264,6 +258,7 @@ url-incdec-segments = path,query # otherwise. # * `{id}`: The internal window ID of this window. # * `{scroll_pos}`: The page scroll position. +# * `{host}`: The host of the current web page. # Default: {perc}{title}{title_sep}qutebrowser # # hide-mouse-cursor (Bool): @@ -289,10 +284,10 @@ url-incdec-segments = path,query zoom-levels = 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500% default-zoom = 100% downloads-position = top +status-position = bottom message-timeout = 2000 message-unfocused = false confirm-quit = downloads -display-statusbar-messages = false zoom-text-only = false frame-flattening = false user-stylesheet = ::-webkit-scrollbar { width: 0px; height: 0px; } @@ -619,6 +614,7 @@ mouse-zoom-divider = 512 # * `{index}`: The index of this tab. # * `{id}`: The internal tab ID of this tab. # * `{scroll_pos}`: The page scroll position. +# * `{host}`: The host of the current web page. # Default: {index}: {title} # # title-alignment (TextAlignment): @@ -1017,7 +1013,7 @@ yt = http://www.youtube.com/results?search_query={} # Colors used in the UI. # A value can be in one of the following format: # * `#RGB`/`#RRGGBB`/`#RRRGGGBBB`/`#RRRRGGGGBBBB` -# * A SVG color name as specified in http://www.w3.org/TR/SVG/types.html#ColorKeywords[the W3C specification]. +# * An SVG color name as specified in http://www.w3.org/TR/SVG/types.html#ColorKeywords[the W3C specification]. # * transparent (no color) # * `rgb(r, g, b)` / `rgba(r, g, b, a)` (values 0-255 or percentages) # * `hsv(h, s, v)` / `hsva(h, s, v, a)` (values 0-255, hue 0-359)