From 3f260fcf08bf7200f47f5cebd7aa9b6d04ae478c Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Thu, 31 Aug 2017 19:43:33 +0100 Subject: [PATCH] Qutebrowser: Don't display perc in window title This confuses Helm buffer list --- .config/qutebrowser/qutebrowser.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qutebrowser/qutebrowser.conf b/.config/qutebrowser/qutebrowser.conf index 356e72e5..0efa9b8e 100644 --- a/.config/qutebrowser/qutebrowser.conf +++ b/.config/qutebrowser/qutebrowser.conf @@ -310,7 +310,7 @@ statusbar-padding = 1,1,0,0 # * `{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 +window-title-format = {title}{title_sep}qutebrowser # modal-js-dialog (Bool): # Use standard JavaScript modal dialog for alert() and confirm()