From a6025acb480354be45bf53869b10e8d32b0a57ec Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 30 May 2017 10:47:27 +0200 Subject: [PATCH] update qutebrowser --- config/qutebrowser/keys.conf | 6 ++++++ config/qutebrowser/qutebrowser.conf | 11 +++++++++++ 2 files changed, 17 insertions(+) diff --git a/config/qutebrowser/keys.conf b/config/qutebrowser/keys.conf index c473511..1c83df3 100644 --- a/config/qutebrowser/keys.conf +++ b/config/qutebrowser/keys.conf @@ -469,6 +469,12 @@ run-macro wq ZZ +tab-pin + + +tab-focus -1 + g$ + [insert] # Keybindings for insert mode. # Since normal keypresses are passed through, only special keys are diff --git a/config/qutebrowser/qutebrowser.conf b/config/qutebrowser/qutebrowser.conf index 87c04a2..1c99d87 100644 --- a/config/qutebrowser/qutebrowser.conf +++ b/config/qutebrowser/qutebrowser.conf @@ -679,6 +679,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 @@ -706,6 +711,12 @@ tabs-are-windows = false # 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