From: Samir Benmendil Date: Wed, 5 Jul 2017 10:20:31 +0000 (+0100) Subject: qutebrowser: update configs X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/85a9733e2f14243882faeab898dba916afb17685 qutebrowser: update configs --- diff --git a/qutebrowser/keys.conf b/qutebrowser/keys.conf index 15401d9..4f2b9d9 100644 --- a/qutebrowser/keys.conf +++ b/qutebrowser/keys.conf @@ -457,6 +457,12 @@ clear-keychain ;; search ;; fullscreen --leave wq ZZ +tab-focus -1 + g$ + +tab-pin + + [insert] # Keybindings for insert mode. # Since normal keypresses are passed through, only special keys are diff --git a/qutebrowser/qutebrowser.conf b/qutebrowser/qutebrowser.conf index 6b01458..e5f831a 100644 --- a/qutebrowser/qutebrowser.conf +++ b/qutebrowser/qutebrowser.conf @@ -95,8 +95,8 @@ editor = urxvt -e vim "{}" editor-encoding = utf-8 # private-browsing (Bool): -# Do not record visited pages in the history or store web page -# icons. +# Open new windows in private browsing mode which does not record +# visited pages. # Valid values: true, false # Default: false private-browsing = false @@ -129,19 +129,12 @@ print-element-backgrounds = true # Default: false xss-auditing = false -# site-specific-quirks (Bool): -# Enable QtWebKit workarounds for broken sites. -# Valid values: true, false -# Default: true -site-specific-quirks = true - # default-encoding (String): # Default encoding to use for websites. # The encoding must be a string describing an encoding such as -# _utf-8_, _iso-8859-1_, etc. If left empty a default value will be -# used. -# Default: -default-encoding = +# _utf-8_, _iso-8859-1_, etc. +# Default: iso-8859-1 +default-encoding = iso-8859-1 # new-instance-open-target (String): # How to open links in an existing instance if a new one is @@ -279,11 +272,6 @@ user-stylesheet = # Default: true hide-scrollbar = true -# css-media-type (String): -# Set the CSS media type. -# Default: -css-media-type = - # smooth-scrolling (Bool): # Whether to enable smooth scrolling for web pages. Note smooth # scrolling does not work with the :scroll-px command. @@ -320,6 +308,7 @@ statusbar-padding = 1,1,0,0 # * `{scroll_pos}`: The page scroll position. # * `{host}`: The host of the current web page. # * `{backend}`: Either 'webkit' or 'webengine' +# * `{private}` : Indicates when private mode is enabled. # Default: {perc}{title}{title_sep}qutebrowser window-title-format = {perc}{title}{title_sep}qutebrowser @@ -392,8 +381,6 @@ user-agent = # The proxy to use. # In addition to the listed values, you can use a `socks://...` or # `http://...` URL. -# This setting only works with Qt 5.8 or newer when using the -# QtWebEngine backend. # system: Use the system wide proxy. # none: Don't use any proxy # Default: system @@ -679,6 +666,11 @@ favicon-scale = 1.0 # Default: 20% width = 20% +# pinned-width (Int): +# The width for pinned tabs with a horizontal tabbar, in px. +# Default: 43 +pinned-width = 43 + # indicator-width (Int): # Width of the progress indicator (0 to disable). # Default: 3 @@ -703,9 +695,16 @@ tabs-are-windows = false # * `{scroll_pos}`: The page scroll position. # * `{host}`: The host of the current web page. # * `{backend}`: Either 'webkit' or 'webengine' +# * `{private}` : Indicates when private mode is enabled. # Default: {index}: {title} title-format = {index}: {title} +# title-format-pinned (FormatString): +# The format to use for the tab title for pinned tabs. The same +# placeholders like for title-format are defined. +# Default: {index} +title-format-pinned = {index} + # title-alignment (TextAlignment): # Alignment of the text inside of tabs # Valid values: left, right, center @@ -759,39 +758,10 @@ remember-download-directory = true # resuming up to _n_ pages. # For more information about the feature, please refer to: # http://webkit.org/blog/427/webkit-page-cache-i-the-basics/ -# Default: -maximum-pages-in-cache = - -# object-cache-capacities (List of WebKitBytes): -# The capacities for the global memory cache for dead objects such -# as stylesheets or scripts. Syntax: cacheMinDeadCapacity, -# cacheMaxDead, totalCapacity. -# The _cacheMinDeadCapacity_ specifies the minimum number of bytes -# that dead objects should consume when the cache is under pressure. -# _cacheMaxDead_ is the maximum number of bytes that dead objects -# should consume when the cache is *not* under pressure. -# _totalCapacity_ specifies the maximum number of bytes that the -# cache should consume *overall*. -# Default: -object-cache-capacities = - -# offline-storage-default-quota (WebKitBytes): -# Default quota for new offline storage databases. -# Default: -offline-storage-default-quota = - -# offline-web-application-cache-quota (WebKitBytes): -# Quota for the offline web application cache. -# Default: -offline-web-application-cache-quota = - -# offline-storage-database (Bool): -# Whether support for the HTML 5 offline storage feature is enabled. -# Valid values: true, false -# Default: true -offline-storage-database = true +# Default: 0 +maximum-pages-in-cache = 0 -# offline-web-application-storage (Bool): +# offline-web-application-cache (Bool): # Whether support for the HTML 5 web application cache feature is # enabled. # An application cache acts like an HTTP cache in some sense. For @@ -802,10 +772,10 @@ offline-storage-database = true # http://dev.w3.org/html5/spec/Overview.html#appcache # Valid values: true, false # Default: true -offline-web-application-storage = true +offline-web-application-cache = true # local-storage (Bool): -# Whether support for the HTML 5 local storage feature is enabled. +# Whether support for HTML 5 local storage and Web SQL is enabled. # Valid values: true, false # Default: true local-storage = true @@ -845,12 +815,6 @@ allow-plugins = false # Default: true webgl = true -# css-regions (Bool): -# Enable or disable support for CSS regions. -# Valid values: true, false -# Default: true -css-regions = true - # hyperlink-auditing (Bool): # Enable or disable hyperlink auditing (). # Valid values: true, false @@ -1195,6 +1159,16 @@ statusbar.fg = white # Default: black statusbar.bg = black +# statusbar.fg.private (QssColor): +# Foreground color of the statusbar in private browsing mode. +# Default: ${statusbar.fg} +statusbar.fg.private = ${statusbar.fg} + +# statusbar.bg.private (QssColor): +# Background color of the statusbar in private browsing mode. +# Default: #666666 +statusbar.bg.private = #666666 + # statusbar.fg.insert (QssColor): # Foreground color of the statusbar in insert mode. # Default: ${statusbar.fg} @@ -1215,6 +1189,18 @@ statusbar.fg.command = ${statusbar.fg} # Default: ${statusbar.bg} statusbar.bg.command = ${statusbar.bg} +# statusbar.fg.command.private (QssColor): +# Foreground color of the statusbar in private browsing + command +# mode. +# Default: ${statusbar.fg.private} +statusbar.fg.command.private = ${statusbar.fg.private} + +# statusbar.bg.command.private (QssColor): +# Background color of the statusbar in private browsing + command +# mode. +# Default: ${statusbar.bg.private} +statusbar.bg.command.private = ${statusbar.bg.private} + # statusbar.fg.caret (QssColor): # Foreground color of the statusbar in caret mode. # Default: ${statusbar.fg} @@ -1574,23 +1560,23 @@ web-family-fantasy = # web-size-minimum (Int): # The hard minimum font size. -# Default: -web-size-minimum = +# Default: 0 +web-size-minimum = 0 # web-size-minimum-logical (Int): # The minimum logical font size that is applied when zooming out. -# Default: -web-size-minimum-logical = +# Default: 6 +web-size-minimum-logical = 6 # web-size-default (Int): # The default font size for regular text. -# Default: -web-size-default = +# Default: 16 +web-size-default = 16 # web-size-default-fixed (Int): # The default font size for fixed-pitch text. -# Default: -web-size-default-fixed = +# Default: 13 +web-size-default-fixed = 13 # keyhint (Font): # Font used in the keyhint widget.